mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 01:01:27 +03:00
add a debug info
This commit is contained in:
@@ -173,7 +173,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
crate::start_os_service();
|
crate::start_os_service();
|
||||||
return None;
|
return None;
|
||||||
} else if args[0] == "--server" {
|
} else if args[0] == "--server" {
|
||||||
log::info!("start --server");
|
log::info!("start --server with user {}", crate::username());
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
{
|
{
|
||||||
crate::start_server(true);
|
crate::start_server(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user