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:
parent
3efff19396
commit
87bb8161ac
1 changed files with 1 additions and 1 deletions
|
@ -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, ...) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue