Merge pull request #300 from phl0/fixIndent

Re-add log notification about root privileges
This commit is contained in:
Jonathan Naylor 2017-05-04 17:15:17 +01:00 committed by GitHub
commit f047b3ea9b
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