mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Changed LogMessage() to LogWarning when we can't setuid() in daemon mode
This commit is contained in:
@@ -192,7 +192,7 @@ int CMMDVMHost::run()
|
||||
}
|
||||
}
|
||||
#else
|
||||
::LogMessage("Warning: dropping root permissions in daemon mode is disabled with HD44780 display");
|
||||
::LogWarning("Dropping root permissions in daemon mode is disabled with HD44780 display");
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user