change loglevel of "Not running as root" message to INFO
there's no reason to display this as warning.
This commit is contained in:
parent
4f1a1663ff
commit
10494cab8c
@ -381,7 +381,7 @@ main (int argc, char **argv)
|
|||||||
if (geteuid () == 0)
|
if (geteuid () == 0)
|
||||||
change_user (argv[0]);
|
change_user (argv[0]);
|
||||||
else
|
else
|
||||||
log_message (LOG_WARNING,
|
log_message (LOG_INFO,
|
||||||
"Not running as root, so not changing UID/GID.");
|
"Not running as root, so not changing UID/GID.");
|
||||||
|
|
||||||
/* Create log file after we drop privileges */
|
/* Create log file after we drop privileges */
|
||||||
|
Loading…
Reference in New Issue
Block a user