changeset 373:477a76a7d42f

Missing coma
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 05 Jul 2010 11:30:34 +0900
parents 2687aa506ef6
children 8f4ae09bc7c3
files freeDiameter/p_psm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/p_psm.c	Mon Jul 05 11:29:32 2010 +0900
+++ b/freeDiameter/p_psm.c	Mon Jul 05 11:30:34 2010 +0900
@@ -701,7 +701,7 @@
 	
 psm_end:
 	fd_psm_cleanup(peer, 1);
-	TRACE_DEBUG(INFO "'%s'\t-> STATE_ZOMBIE (terminated)\t'%s'",
+	TRACE_DEBUG(INFO, "'%s'\t-> STATE_ZOMBIE (terminated)\t'%s'",
 			STATE_STR(peer->p_hdr.info.runtime.pir_state),
 			peer->p_hdr.info.pi_diamid);
 	pthread_cleanup_pop(1); /* set STATE_ZOMBIE */
"Welcome to our mercurial repository"