1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

disable debug messsages

This commit is contained in:
Stefan Lankes 2017-02-18 23:53:46 +01:00
parent 3efff19396
commit 87bb8161ac

View file

@ -60,7 +60,7 @@
#define EVENT_SIZE (sizeof (struct inotify_event))
#define BUF_LEN (1024 * (EVENT_SIZE + 16))
#if 1
#if 0
#define PROXY_DEBUG(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__);
#else
#define PROXY_DEBUG(fmt, ...) {}