Skip to content

Commit

Permalink
Intentionally bad style to test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjappl committed Dec 5, 2024
1 parent 052b232 commit 551ae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rtlog/rtlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ class Logger {

InternalLogData value;
while (mQueue.try_dequeue(value)) {
printLogFn(value.mLogData, value.mSequenceNumber, "%s",
printLogFn(value.mLogData, value.mSequenceNumber, "%s",
value.mMessage.data());
numProcessed++;
numProcessed++;
}

return numProcessed;
Expand Down

0 comments on commit 551ae02

Please sign in to comment.