Skip to content

Commit 7d4517a

Browse files
committed
debug.h: Add missing default initializer for show_timestamps
1 parent c8546e0 commit 7d4517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class Log_output{
176176
}
177177

178178
std::atomic<bool> skip_repeated = true;
179-
log_timestamp_mode show_timestamps;
179+
log_timestamp_mode show_timestamps = LOG_TIMESTAMP_AUTO;
180180

181181
bool interactive = false;
182182

0 commit comments

Comments
 (0)