resolved conflicts for merge of ab5b8603
to master
Change-Id: I857725640bc77f04d93f04c52efc73335122e5ea
This commit is contained in:
commit
d4b6d18d7e
1 changed files with 2 additions and 1 deletions
|
@ -486,7 +486,8 @@ static void dump_log_file(
|
|||
entry = &log_entry.entry_v1;
|
||||
|
||||
if (first) {
|
||||
_LOG(log, logtype::HEADER, "--------- %slog %s\n", tail ? "tail end of " : "", filename);
|
||||
_LOG(log, logtype::LOGS, "--------- %slog %s\n",
|
||||
tail ? "tail end of " : "", filename);
|
||||
first = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue