aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 858d718f5..00f630722 100644
--- a/src/main.c
+++ b/src/main.c
@@ -251,7 +251,7 @@ void changeToUser(Options * options) {
* (must be done before we change our uid)
*/
if (initgroups(options->usr, gid) == -1) {
- ERROR("cannot init suplementary groups "
+ WARNING("cannot init suplementary groups "
"of user %s: %s\n", options->usr,
strerror(errno));
}