DEBUG: 3 -> 4
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 13 May 2013 17:55:58 +0000 (19:55 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 13 May 2013 17:55:58 +0000 (19:55 +0200)
lptgpib.c

index c5bbd62..d854b65 100644 (file)
--- a/lptgpib.c
+++ b/lptgpib.c
@@ -11,7 +11,7 @@
 #include <sys/mman.h>
 #include <time.h>
 
-#define DEBUG 3 /* 4 - all, 3 - data, */
+#define DEBUG 4 /* 4 - all, 3 - data, */
 
 #if DEBUG > 3
        #define DBG_low(...) { fprintf(stderr,__VA_ARGS__); fflush(stderr); }