mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 21:21:05 +00:00
stderr logger: include prefix & runtime, end message with newline
This commit is contained in:
parent
5ee5087f2d
commit
6266d75230
@ -127,7 +127,7 @@ stderr_target_c::stderr_target_c()
|
||||
|
||||
void
|
||||
stderr_target_c::log_line(std::string const &message) {
|
||||
std::cerr << message;
|
||||
std::cerr << fmt::format("[mtx] +{0}ms {1}\n", runtime(), message);
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user