diff freeDiameter/cnxctx.c @ 54:889c55527a1d

Fixed additional newline character
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 30 Nov 2009 13:37:27 +0900
parents cd5620362909
children 54a55133044f
line wrap: on
line diff
--- a/freeDiameter/cnxctx.c	Mon Nov 30 11:05:34 2009 +0900
+++ b/freeDiameter/cnxctx.c	Mon Nov 30 13:37:27 2009 +0900
@@ -1071,7 +1071,7 @@
 		return EINVAL;
 	}
 
-	TRACE_DEBUG( FULL, "Remote peer provided %d certificates.\n", *cert_list_size);
+	TRACE_DEBUG( FULL, "Saved certificate chain (%d certificates) in peer structure.", *cert_list_size);
 	
 	return 0;
 }
"Welcome to our mercurial repository"