Skip to content

Commit

Permalink
Fix issue #1486
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Mar 24, 2020
1 parent ea89efb commit dd38e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/tweakme.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// This will prevent spdlog from querying the thread id on each log call.
//
// WARNING: If the log pattern contains thread id (i.e, %t) while this flag is
// on, the result is undefined.
// on, zero will be logged as thread id.
//
// #define SPDLOG_NO_THREAD_ID
///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit dd38e09

Please sign in to comment.