]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 c68d50890d4ecefc0da67e1d5df24d7b6a10e5a6..d978a6a1036b67d99fb6841cb9fe47b30e0b82e5 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");