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

Commit c8a7e34d authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "tombstone: log output header suppressed in crash"

parents 10f8cd1d e43290d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ static void dump_log_file(log_t* log, pid_t pid, const char* filename,
    }

    if (first) {
      _LOG(log, logtype::HEADER, "--------- %slog %s\n",
      _LOG(log, logtype::LOGS, "--------- %slog %s\n",
        tail ? "tail end of " : "", filename);
      first = false;
    }