From d87b81dd523a6235638685873434b5490effcae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 30 Jul 2024 17:31:15 +0200 Subject: [PATCH] notify: disable debug logging --- notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.c b/notify.c index c53a3110..15cbf531 100644 --- a/notify.c +++ b/notify.c @@ -10,7 +10,7 @@ #include #define LOG_MODULE "notify" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "log.h" #include "config.h" #include "spawn.h"