notify: disable debug logging

This commit is contained in:
Daniel Eklöf 2025-01-02 09:12:06 +01:00
parent 56d2c3e990
commit 7c1cee0373
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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