From: Sebastien Douheret Date: Tue, 9 Jul 2019 06:16:20 +0000 (+0200) Subject: Fix invalid TRACE setting in print version X-Git-Tag: halibut_7.99.3~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=28720882da28205568591a8b59f6565200d201af Fix invalid TRACE setting in print version Bug-AGL: SPEC-2617 Change-Id: Ia935aab3b0b508e7a916e334237c639efb1feb15 Signed-off-by: Sebastien Douheret --- diff --git a/src/afb-args.c b/src/afb-args.c index ed14a731..60360749 100644 --- a/src/afb-args.c +++ b/src/afb-args.c @@ -366,7 +366,7 @@ static void printVersion(FILE * file) #endif "HOOK " -#if WITH_TRACE +#if WITH_AFB_TRACE "+" #else "-"