server: disable debug output

This commit is contained in:
Daniel Eklöf 2019-11-05 14:36:58 +01:00
parent f635f48078
commit 54f750c494
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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"