mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
notify: disable debug logging
This commit is contained in:
parent
56d2c3e990
commit
7c1cee0373
1 changed files with 1 additions and 1 deletions
2
notify.c
2
notify.c
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue