tony2001 Tue, 22 Dec 2009 11:41:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292475
Log:
fix typo
Changed paths:
U php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_process_ctl.c
Modified: php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_process_ctl.c
===================================================================
--- php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_process_ctl.c
2009-12-22 11:30:05 UTC (rev 292474)
+++ php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_process_ctl.c
2009-12-22 11:41:35 UTC (rev 292475)
@@ -341,7 +341,7 @@
}
if ((active + idle) != wp->running_children) {
- zlog(ZLOG_STUFF, ZLOG_ERROR, "[pool %s] unable to
retrieve process activiry of one or more child(ren). Will try again later.",
wp->config->name);
+ zlog(ZLOG_STUFF, ZLOG_ERROR, "[pool %s] unable to
retrieve process activity of one or more child(ren). Will try again later.",
wp->config->name);
continue;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php