Skip to content

Commit

Permalink
Merge pull request #9258 from keymanapp/fix/core-drop-newline-in-debug
Browse files Browse the repository at this point in the history
fix(core): don't use double newlines in debuglog
  • Loading branch information
mcdurdin authored Oct 17, 2023
2 parents 4981b1e + 30f33ec commit af3ba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/debuglog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ int DebugLog_1(const char *file, int line, const char *function, const char *fmt
"%ld" TAB //"TickCount" TAB
"%s:%d" TAB //"SourceFile" TAB
"%s" TAB //"Function"
"%s" NL, //"Message"
"%s", //"Message"

GetTickCount(), //"TickCount" TAB
file, line, //"SourceFile" TAB
Expand Down

0 comments on commit af3ba1f

Please sign in to comment.