From: Alan T. DeKok Date: Thu, 4 Feb 2016 23:08:11 +0000 (-0500) Subject: Print out extra information only in debug3 X-Git-Tag: release_3_0_12~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7194bfc0aa7922daf62933789d3a85d06ff217;p=thirdparty%2Ffreeradius-server.git Print out extra information only in debug3 --- diff --git a/src/main/version.c b/src/main/version.c index bcd925c10da..fc3fa888be9 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -496,7 +496,7 @@ void version_print(void) CONF_ITEM *ci; CONF_PAIR *cp; - if (DEBUG_ENABLED2) { + if (DEBUG_ENABLED3) { int max = 0, len; MEM(features = cf_section_alloc(NULL, "feature", NULL));