]> granicus.if.org Git - php/commitdiff
change the startup libevent info log from notice to debug
authorJérôme Loyet <fat@php.net>
Wed, 19 May 2010 20:12:56 +0000 (20:12 +0000)
committerJérôme Loyet <fat@php.net>
Wed, 19 May 2010 20:12:56 +0000 (20:12 +0000)
sapi/fpm/fpm/fpm_events.c

index 20ae31bff8b49435db5b61d4b095b98a5c4a735f..aa4086d9d1e4c50f1af8e9ef84225c13a8409794 100644 (file)
@@ -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;