]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
turn off debug messages
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 30 Mar 2021 09:31:12 +0000 (10:31 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 30 Mar 2021 09:31:12 +0000 (10:31 +0100)
nqptp.c

diff --git a/nqptp.c b/nqptp.c
index f33e1ec18a3a909ac578502803920adf2a6e2d43..b58e7a15675ae817bc6362becb686592079edf5d 100644 (file)
--- a/nqptp.c
+++ b/nqptp.c
@@ -19,7 +19,7 @@
 
 // 0 means no debug messages. 3 means lots!
 
-#define DEBUG_LEVEL 1
+#define DEBUG_LEVEL 0
 
 #include "debug.h"
 #include "nqptp-shm-structures.h"