Add a bit verbosity in FPM logs

This commit is contained in:
Mikhail Galanin 2022-08-26 14:15:49 +01:00 committed by Jakub Zelenka
parent 386a044748
commit 335979fe1b

View File

@ -218,7 +218,7 @@ stdio_read:
zlog_stream_finish(log_stream);
}
if (read_fail < 0) {
zlog(ZLOG_SYSERROR, "unable to read what child say");
zlog(ZLOG_SYSERROR, "unable to read what child %d said into %s", (int) child->pid, is_stdout ? "stdout" : "stderr");
}
fpm_event_del(event);