Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
log: tiny fix
Browse files Browse the repository at this point in the history
Commit df35761 upstream.

Signed-off-by: Konstantin Khlebnikov <[email protected]>
  • Loading branch information
koct9i authored and max7255 committed Jul 25, 2022
1 parent a08ff0e commit 94a184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void Stacktrace() {
}
} else {
// couldn't parse the line? print the whole line.
L_STK(symbollist[i]);
L_STK("{}", symbollist[i]);
}
}

Expand Down

0 comments on commit 94a184b

Please sign in to comment.