mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-16 05:40:16 -05:00
Fix log messages containing two '[adv-ss]' tags (#118)
This commit is contained in:
parent
5bbfef81e0
commit
a74a952b1d
|
|
@ -7,9 +7,9 @@
|
|||
#include "switcher-data-structs.hpp"
|
||||
|
||||
#define blog(level, msg, ...) blog(level, "[adv-ss] " msg, ##__VA_ARGS__)
|
||||
#define vblog(level, msg, ...) \
|
||||
if (verbose) { \
|
||||
blog(level, "[adv-ss] " msg, ##__VA_ARGS__); \
|
||||
#define vblog(level, msg, ...) \
|
||||
if (verbose) { \
|
||||
blog(level, msg, ##__VA_ARGS__); \
|
||||
}
|
||||
|
||||
class QCloseEvent;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user