* commit 'f87d9c86982f8873b7f449029d702ba33569e629': Remove a stray newline in the backtrace output.
This commit is contained in:
commit
d010d7df29
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue