Commit 39a3455f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Insert a newline before the actual panic message in order to

avoid line wrapping
parent ee925009
......@@ -121,7 +121,7 @@ mgt_panic_record(pid_t r)
char time_str[30];
AN(heritage.panic_str[0]);
REPORT(LOG_ERR, "Child (%jd) Panic message: %s",
REPORT(LOG_ERR, "Child (%jd) Panic message:\n%s",
(intmax_t)r, heritage.panic_str);
if (child_panic != NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment