Skip to content

Commit

Permalink
Merge branch 'master' into dev-add-custom-fmt-for-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris authored Sep 24, 2024
2 parents 8f82530 + 7a4f5e2 commit 6106607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srtcore/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ struct LogDispatcher::Proxy
{
if ((flags & SRT_LOGF_DISABLE_EOL) == 0)
os << OFMT_RAWSTR("\n"); // XXX would be nice to use a symbol for it

that.SendLogLine(i_file, i_line, area, os.str());
}
// Needed in destructor?
Expand Down

0 comments on commit 6106607

Please sign in to comment.