am 9cec175c: Remove a stray newline in the backtrace output.
* commit '9cec175c66100d9edbb1054f3f2977a5c3f80af2': Remove a stray newline in the backtrace output.
This commit is contained in:
commit
f87d9c8698
|
@ -54,7 +54,7 @@ static void dump_process_header(log_t* log, pid_t pid) {
|
|||
_LOG(log, false, "\n\n----- pid %d at %s -----\n", pid, timestr);
|
||||
|
||||
if (procname) {
|
||||
_LOG(log, false, "\nCmd line: %s\n", procname);
|
||||
_LOG(log, false, "Cmd line: %s\n", procname);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue