diff --git a/src/debug.h b/src/debug.h index 7f9efdb82..4964ad984 100644 --- a/src/debug.h +++ b/src/debug.h @@ -170,7 +170,7 @@ private: return buffer; } - std::atomic skip_repeated; + std::atomic skip_repeated = true; log_timestamp_mode show_timestamps; bool interactive = false;