notify: disable debug logging

This commit is contained in:
Daniel Eklöf 2024-07-30 17:31:15 +02:00
parent 259a75e957
commit d87b81dd52
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -10,7 +10,7 @@
#include <fcntl.h> #include <fcntl.h>
#define LOG_MODULE "notify" #define LOG_MODULE "notify"
#define LOG_ENABLE_DBG 1 #define LOG_ENABLE_DBG 0
#include "log.h" #include "log.h"
#include "config.h" #include "config.h"
#include "spawn.h" #include "spawn.h"