refactor mac service

This commit is contained in:
rustdesk
2022-01-17 12:05:06 +08:00
parent a12f24bf16
commit 5af1258454
22 changed files with 173 additions and 171 deletions

View File

@@ -240,7 +240,7 @@ pub fn start_os_service() {
if let Some(ps) = server.take().as_mut() {
allow_err!(ps.kill());
}
println!("Exit");
log::info!("Exit");
}
fn get_active_userid() -> String {