Skip to content

Commit

Permalink
reanable writeToStdErr
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Dec 9, 2024
1 parent 189aecb commit 1a8edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ inline void writeToLog(

const bool flush = flags & WriteFlag::Flush;
if (flags & WriteFlag::StdErr) {
// writeToStdErr(type, context, message, threadName, flush);
writeToStdErr(type, context, message, threadName, flush);
}
if (flags & WriteFlag::File) {
// writeToFile(type, message, threadName, flush);
Expand Down

0 comments on commit 1a8edc2

Please sign in to comment.