Print out extra information only in debug3
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Feb 2016 23:08:11 +0000 (18:08 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Feb 2016 23:08:28 +0000 (18:08 -0500)
src/main/version.c

index bcd925c..fc3fa88 100644 (file)
@@ -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));