mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
osc: disable debug logging
This commit is contained in:
parent
7c1cee0373
commit
9f5be55d1c
1 changed files with 1 additions and 1 deletions
2
osc.c
2
osc.c
|
|
@ -8,7 +8,7 @@
|
|||
#include <sys/epoll.h>
|
||||
|
||||
#define LOG_MODULE "osc"
|
||||
#define LOG_ENABLE_DBG 1
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "base64.h"
|
||||
#include "config.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue