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:
Jeff Brown 2012-06-08 15:30:33 -07:00 committed by Android Git Automerger
commit f87d9c8698
1 changed files with 1 additions and 1 deletions

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