fat Wed, 19 May 2010 20:12:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299510
Log:
change the startup libevent info log from notice to debug
Changed paths:
U php/php-src/trunk/sapi/fpm/fpm/fpm_events.c
Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_events.c
===================================================================
--- php/php-src/trunk/sapi/fpm/fpm/fpm_events.c 2010-05-19 20:11:56 UTC (rev
299509)
+++ php/php-src/trunk/sapi/fpm/fpm/fpm_events.c 2010-05-19 20:12:56 UTC (rev
299510)
@@ -90,7 +90,7 @@
{
*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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php