Remove a stray newline in the backtrace output.

Bug: 6615693
Change-Id: I1ac1746286afb77c3f5c4042c4592333ebb08a51
This commit is contained in:
Jeff Brown 2012-06-08 14:21:51 -07:00
parent 053b865412
commit 9cec175c66

View file

@ -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);
}
}