diff options
author | Felipe Pena <felipe@php.net> | 2011-11-19 12:16:47 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-11-19 12:16:47 +0000 |
commit | b7e84d6b833b3ac897f30657924edddc5df82a6a (patch) | |
tree | 3c894344236d5957ca14abd2b6bab51abce72bce | |
parent | 449907fb7633b4db35b9da1795688c597967ba6c (diff) | |
download | php-git-b7e84d6b833b3ac897f30657924edddc5df82a6a.tar.gz |
- Removed C++ comment style
-rw-r--r-- | sapi/fpm/fpm/fpm_process_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_process_ctl.c b/sapi/fpm/fpm/fpm_process_ctl.c index 685443427e..e698eb0ca2 100644 --- a/sapi/fpm/fpm/fpm_process_ctl.c +++ b/sapi/fpm/fpm/fpm_process_ctl.c @@ -507,7 +507,7 @@ void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) / wp->socket_event_set = 0; -// zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d", wp->config->name, wp->running_children); +/* zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d", wp->config->name, wp->running_children);*/ if (wp->running_children >= wp->config->pm_max_children) { if (!wp->warn_max_children) { |