@@ -121,16 +121,16 @@ static int fpm_unix_conf_wp(struct fpm_worker_pool_s *wp) /* {{{ */
121
121
}
122
122
} else { /* not root */
123
123
if (wp -> config -> user && * wp -> config -> user ) {
124
- zlog (ZLOG_WARNING , "[pool %s] 'user' directive is ignored when FPM is not running as root" , wp -> config -> name );
124
+ zlog (ZLOG_NOTICE , "[pool %s] 'user' directive is ignored when FPM is not running as root" , wp -> config -> name );
125
125
}
126
126
if (wp -> config -> group && * wp -> config -> group ) {
127
- zlog (ZLOG_WARNING , "[pool %s] 'group' directive is ignored when FPM is not running as root" , wp -> config -> name );
127
+ zlog (ZLOG_NOTICE , "[pool %s] 'group' directive is ignored when FPM is not running as root" , wp -> config -> name );
128
128
}
129
129
if (wp -> config -> chroot && * wp -> config -> chroot ) {
130
- zlog (ZLOG_WARNING , "[pool %s] 'chroot' directive is ignored when FPM is not running as root" , wp -> config -> name );
130
+ zlog (ZLOG_NOTICE , "[pool %s] 'chroot' directive is ignored when FPM is not running as root" , wp -> config -> name );
131
131
}
132
132
if (wp -> config -> process_priority != 64 ) {
133
- zlog (ZLOG_WARNING , "[pool %s] 'process.priority' directive is ignored when FPM is not running as root" , wp -> config -> name );
133
+ zlog (ZLOG_NOTICE , "[pool %s] 'process.priority' directive is ignored when FPM is not running as root" , wp -> config -> name );
134
134
}
135
135
136
136
/* set up HOME and USER anyway */
@@ -350,7 +350,7 @@ int fpm_unix_init_main() /* {{{ */
350
350
return -1 ;
351
351
}
352
352
} else {
353
- zlog (ZLOG_WARNING , "'process.priority' directive is ignored when FPM is not running as root" );
353
+ zlog (ZLOG_NOTICE , "'process.priority' directive is ignored when FPM is not running as root" );
354
354
}
355
355
}
356
356
0 commit comments