mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-11 10:59:59 +01:00
Changed LogMessage() to LogWarning when we can't setuid() in daemon mode
This commit is contained in:
parent
a2ec5763f9
commit
8195ee9f34
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue