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:
parent
26355e6928
commit
9bd2e57597
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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, ...) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue