changeset 218:113eb3d50ad9

Add libgcrypt version in debug messages
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 18 Feb 2010 20:10:24 +0900
parents 739098a7d297
children e5bcc8c9322e
files freeDiameter/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/main.c	Thu Feb 18 16:52:46 2010 +0900
+++ b/freeDiameter/main.c	Thu Feb 18 20:10:24 2010 +0900
@@ -81,7 +81,7 @@
 		fprintf(stderr, "The GNUTLS library is too old; found '%s', need '" GNUTLS_VERSION "'\n", gnutls_check_version(NULL));
 		return EINVAL;
 	} else {
-		TRACE_DEBUG(INFO, "GNUTLS library '%s' initialized.", gnutls_check_version(NULL));
+		TRACE_DEBUG(INFO, "libgnutls '%s', libgcrypt '%s', initialized.", gnutls_check_version(NULL), gcry_check_version(NULL) );
 	}
 	
 	/* Initialize the config */
"Welcome to our mercurial repository"