changeset 57:54a55133044f

Fix newline
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 30 Nov 2009 14:33:54 +0900
parents 299507847ef9
children 4083e32bff99
files freeDiameter/cnxctx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/cnxctx.c	Mon Nov 30 13:39:49 2009 +0900
+++ b/freeDiameter/cnxctx.c	Mon Nov 30 14:33:54 2009 +0900
@@ -925,7 +925,7 @@
 
 			/* Extract some of the public key algorithm's parameters */
 			algo = gnutls_x509_crt_get_pk_algorithm (cert, &bits);
-			fd_log_debug("\t - Certificate public key: %s",
+			fd_log_debug("\t - Certificate public key: %s\n",
 			      gnutls_pk_algorithm_get_name (algo));
 
 			/* Print the version of the X.509 certificate. */
"Welcome to our mercurial repository"