Re-add log notification about root privileges

This commit is contained in:
phl0 2017-05-04 10:37:45 +02:00
parent aeff127015
commit ef05fcb62b
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ int CMMDVMHost::run()
} }
} }
#else #else
LogWarning("Dropping root permissions in daemon mode is disabled with HD44780 display");
} }
#endif #endif
#endif #endif