aboutsummaryrefslogtreecommitdiff
path: root/dhcpcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 2ffdac1..9528dc8 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1641,8 +1641,8 @@ main(int argc, char **argv)
#endif
if (geteuid())
- logger(&ctx, LOG_WARNING,
- PACKAGE " will not work correctly unless run as root");
+ logger(&ctx, LOG_NOTICE,
+ PACKAGE " is running with reduced privileges");
#ifdef USE_SIGNALS
if (sig != 0) {