Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cec175c authored by Jeff Brown's avatar Jeff Brown
Browse files

Remove a stray newline in the backtrace output.

Bug: 6615693
Change-Id: I1ac1746286afb77c3f5c4042c4592333ebb08a51
parent 053b8654
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }
}