We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9ba56 commit 3192b7bCopy full SHA for 3192b7b
src/logging.cpp
@@ -33,7 +33,7 @@ std::string logger::generate_common_prefix(fmt::text_style const &ts,
33
fmt::localtime(std::time(nullptr)));
34
35
if (m_current_level == log_level::debug) {
36
- str += fmt::format(ts, "[{}] ", this_thread_num);
+ str += fmt::format(ts, "[{:02d}] ", this_thread_num);
37
}
38
39
if (prefix) {
0 commit comments