Browse Source

change the startup libevent info log from notice to debug

experimental/lemon
Jérôme Loyet 16 years ago
parent
commit
c350a3f761
  1. 2
      sapi/fpm/fpm/fpm_events.c

2
sapi/fpm/fpm/fpm_events.c

@ -90,7 +90,7 @@ int fpm_event_init_main(struct event_base **base) /* {{{ */
{
*base = event_base_new();
zlog(ZLOG_STUFF, ZLOG_NOTICE, "libevent: using %s", event_base_get_method(*base));
zlog(ZLOG_STUFF, ZLOG_DEBUG, "libevent: using %s", event_base_get_method(*base));
if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_event_cleanup, *base)) {
return -1;

Loading…
Cancel
Save