Skip to content

Commit

Permalink
Clarify intent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Nov 10, 2023
1 parent 10109f4 commit 57b5a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/loglog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct LogLog::LogLogPrivate {

~LogLogPrivate()
{
quietMode = true;
quietMode = true; // Prevent output after deletion by onexit processing chain.
}

bool debugEnabled;
Expand Down

0 comments on commit 57b5a8a

Please sign in to comment.