logger: Add missing initialization

Doesn't really matter since it's set in host.cpp
This commit is contained in:
Martin Piatka
2023-05-23 13:05:14 +02:00
parent 111ee21dcd
commit aa0adb152e

View File

@@ -170,7 +170,7 @@ private:
return buffer;
}
std::atomic<bool> skip_repeated;
std::atomic<bool> skip_repeated = true;
log_timestamp_mode show_timestamps;
bool interactive = false;