mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
format log, add space after colon
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -148,7 +148,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
||||
{
|
||||
use crate::portable_service::client;
|
||||
if let Err(e) = client::start_portable_service(client::StartPara::Direct) {
|
||||
log::error!("Failed to start portable service:{:?}", e);
|
||||
log::error!("Failed to start portable service: {:?}", e);
|
||||
}
|
||||
}
|
||||
#[cfg(windows)]
|
||||
|
||||
Reference in New Issue
Block a user