mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-17 06:21:44 +08:00
feat: 支持在线升级功能
This commit is contained in:
@@ -54,7 +54,10 @@ pub async fn update_rtsp_config(
|
||||
})
|
||||
.await
|
||||
{
|
||||
tracing::error!("Failed to rollback RTSP config after apply failure: {}", rollback_err);
|
||||
tracing::error!(
|
||||
"Failed to rollback RTSP config after apply failure: {}",
|
||||
rollback_err
|
||||
);
|
||||
return Err(AppError::ServiceUnavailable(format!(
|
||||
"RTSP apply failed: {}; rollback failed: {}",
|
||||
err, rollback_err
|
||||
|
||||
Reference in New Issue
Block a user