Add libtalloc to version.c
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 18 Feb 2013 20:10:25 +0000 (15:10 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Feb 2013 21:12:53 +0000 (16:12 -0500)
src/main/version.c

index c68d508..d978a6a 100644 (file)
@@ -147,7 +147,10 @@ void version(void)
 #endif
 
        DEBUG3("Server core libs:");
-       DEBUG3("  ssl: %s", ssl_version());
+       DEBUG3("  talloc : %i.%i.*", talloc_version_major(),
+              talloc_version_minor());
+       DEBUG3("  ssl    : %s", ssl_version());
+
 
        radlog(L_INFO, "Copyright (C) 1999-2013 The FreeRADIUS server project and contributors.");
        radlog(L_INFO, "There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A");