From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 30 Mar 2021 09:31:12 +0000 (+0100) Subject: turn off debug messages X-Git-Tag: 1.1-dev~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04f61f21c8f4be0014e823713bfcea798489a51;p=thirdparty%2Fnqptp.git turn off debug messages --- diff --git a/nqptp.c b/nqptp.c index f33e1ec..b58e7a1 100644 --- 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"