diff freeDiameter/p_psm.c @ 27:b3a1773e9f46

again, correct was actually %zd
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 26 Oct 2009 16:48:47 +0900
parents b4684b76c6ab
children 3628f7d2ba88
line wrap: on
line diff
--- a/freeDiameter/p_psm.c	Mon Oct 26 16:44:16 2009 +0900
+++ b/freeDiameter/p_psm.c	Mon Oct 26 16:48:47 2009 +0900
@@ -163,7 +163,7 @@
 psm_loop:
 	/* Get next event */
 	CHECK_FCT_DO( fd_event_timedget(peer->p_events, &peer->p_psm_timer, FDEVP_PSM_TIMEOUT, &event, &ev_sz, &ev_data), goto psm_end );
-	TRACE_DEBUG(FULL, "'%s'\t<-- '%s'\t(%p,%z)\t'%s'",
+	TRACE_DEBUG(FULL, "'%s'\t<-- '%s'\t(%p,%zd)\t'%s'",
 			STATE_STR(peer->p_hdr.info.pi_state),
 			fd_pev_str(event), ev_data, ev_sz,
 			peer->p_hdr.info.pi_diamid);
"Welcome to our mercurial repository"