mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +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
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user