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

add more debug messages

This commit is contained in:
Stefan Lankes 2017-02-20 21:03:34 +01:00
parent 26355e6928
commit 9bd2e57597
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then make test; fi
- ls -la /tmp
- cat /tmp/hermit*
- ps -aux|grep travis
- ps -aux|grep qemu
deploy:
on: master

View file

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