Fix invalid TRACE setting in print version 37/21837/2
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 9 Jul 2019 06:16:20 +0000 (08:16 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 9 Jul 2019 08:00:37 +0000 (08:00 +0000)
Bug-AGL: SPEC-2617

Change-Id: Ia935aab3b0b508e7a916e334237c639efb1feb15
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
src/afb-args.c

index ed14a73..6036074 100644 (file)
@@ -366,7 +366,7 @@ static void printVersion(FILE * file)
 #endif
                "HOOK "
 
-#if WITH_TRACE
+#if WITH_AFB_TRACE
                "+"
 #else
                "-"