From ef05fcb62b71b3491f4ca872d01058743a24806a Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 4 May 2017 10:37:45 +0200 Subject: [PATCH] Re-add log notification about root privileges --- MMDVMHost.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index 4a15e5e..a66bae0 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -226,6 +226,7 @@ int CMMDVMHost::run() } } #else + LogWarning("Dropping root permissions in daemon mode is disabled with HD44780 display"); } #endif #endif