]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print out the server version number.
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Feb 2016 23:06:50 +0000 (18:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Feb 2016 23:08:27 +0000 (18:08 -0500)
When starting in debug mode

src/main/version.c

index 5c979b5e9362df16933fc17cc1405f31edc250a2..bcd925c10da760dddbb66b1136161933bd2692ee 100644 (file)
@@ -576,6 +576,7 @@ void version_print(void)
 #endif
                DEBUG2("  ");
        }
+       INFO("FreeRADIUS Version " RADIUSD_VERSION_STRING);
        INFO("Copyright (C) 1999-2016 The FreeRADIUS server project and contributors");
        INFO("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A");
        INFO("PARTICULAR PURPOSE");