mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
server: disable debug output
This commit is contained in:
parent
f635f48078
commit
54f750c494
1 changed files with 1 additions and 1 deletions
2
server.c
2
server.c
|
|
@ -10,7 +10,7 @@
|
|||
#include <linux/un.h>
|
||||
|
||||
#define LOG_MODULE "server"
|
||||
#define LOG_ENABLE_DBG 1
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
|
||||
#include "shm.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue