mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
Logger: suppress repeated messages
This commit is contained in:
@@ -179,3 +179,5 @@ void debug_dump(void *lp, int len)
|
||||
start = i; /* next line starting byte */
|
||||
}
|
||||
}
|
||||
|
||||
std::atomic<Logger::last_message *> Logger::last_msg{};
|
||||
|
||||
Reference in New Issue
Block a user