am f87d9c86: am 9cec175c: Remove a stray newline in the backtrace output.

* commit 'f87d9c86982f8873b7f449029d702ba33569e629':
  Remove a stray newline in the backtrace output.
This commit is contained in:
Jeff Brown 2012-06-08 15:33:30 -07:00 committed by Android Git Automerger
commit d010d7df29

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