We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77781f0 + c74fc4c commit 2d8f7dfCopy full SHA for 2d8f7df
sapi/fpm/fpm/fpm_status.c
@@ -56,7 +56,7 @@ int fpm_status_export_to_zval(zval *status)
56
57
scoreboard_p = fpm_scoreboard_acquire(NULL, 1);
58
if (!scoreboard_p) {
59
- zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in use.", scoreboard_p->pool);
+ zlog(ZLOG_NOTICE, "[pool (unknown)] status: scoreboard already in use.");
60
return -1;
61
}
62
0 commit comments