Skip to content

Commit 2d8f7df

Browse files
committed
Merge branch 'PHP-8.3'
2 parents 77781f0 + c74fc4c commit 2d8f7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ int fpm_status_export_to_zval(zval *status)
5656

5757
scoreboard_p = fpm_scoreboard_acquire(NULL, 1);
5858
if (!scoreboard_p) {
59-
zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in use.", scoreboard_p->pool);
59+
zlog(ZLOG_NOTICE, "[pool (unknown)] status: scoreboard already in use.");
6060
return -1;
6161
}
6262

0 commit comments

Comments
 (0)