Changed LogMessage() to LogWarning when we can't setuid() in daemon mode

This commit is contained in:
Simon
2016-05-05 10:53:19 +01:00
parent a2ec5763f9
commit 8195ee9f34

View File

@@ -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