mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 04:44:05 +00:00
logger: Add missing initialization
Doesn't really matter since it's set in host.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user