change loglevel of "Not running as root" message to INFO

there's no reason to display this as warning.
This commit is contained in:
rofl0r 2020-09-30 05:19:16 +01:00
parent 4f1a1663ff
commit 10494cab8c

View File

@ -381,7 +381,7 @@ main (int argc, char **argv)
if (geteuid () == 0)
change_user (argv[0]);
else
log_message (LOG_WARNING,
log_message (LOG_INFO,
"Not running as root, so not changing UID/GID.");
/* Create log file after we drop privileges */