From 1ac6ac6c87f95d3e8d561c884322e29f1effc518 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sun, 21 Nov 2021 17:51:53 -0800 Subject: [PATCH] plugin-macros: Remove extra [obs-websocket] tag --- src/plugin-macros.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin-macros.h.in b/src/plugin-macros.h.in index 2523d4d4..de155379 100644 --- a/src/plugin-macros.h.in +++ b/src/plugin-macros.h.in @@ -22,7 +22,7 @@ with this program. If not, see #include #define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__) -#define blog_debug(msg, ...) if (IsDebugEnabled()) blog(LOG_INFO, "[obs-websocket] [debug] " msg, ##__VA_ARGS__) +#define blog_debug(msg, ...) if (IsDebugEnabled()) blog(LOG_INFO, "[debug] " msg, ##__VA_ARGS__) #define OBS_WEBSOCKET_VERSION "@OBS_WEBSOCKET_VERSION@"