File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ static inline void kill_all_lockers(struct flock *mem_usage_check)
582
582
ZCSG (force_restart_time ) = 0 ;
583
583
while (mem_usage_check -> l_pid > 0 ) {
584
584
while (tries -- ) {
585
- zend_accel_error (ACCEL_LOG_INFO , "Killed locker %d" , mem_usage_check -> l_pid );
585
+ zend_accel_error (ACCEL_LOG_ERROR , "Killed locker %d" , mem_usage_check -> l_pid );
586
586
if (kill (mem_usage_check -> l_pid , SIGKILL )) {
587
587
break ;
588
588
}
@@ -595,7 +595,7 @@ static inline void kill_all_lockers(struct flock *mem_usage_check)
595
595
usleep (10000 );
596
596
}
597
597
if (!tries ) {
598
- zend_accel_error (ACCEL_LOG_INFO , "Can't kill %d after 20 tries!" , mem_usage_check -> l_pid );
598
+ zend_accel_error (ACCEL_LOG_ERROR , "Can't kill %d after 20 tries!" , mem_usage_check -> l_pid );
599
599
ZCSG (force_restart_time ) = time (NULL ); /* restore forced restart request */
600
600
}
601
601
You can’t perform that action at this time.
0 commit comments