[telepathy-gabble/master] Correct ordering in debug statement

Sjoerd Simons sjoerd.simons at collabora.co.uk
Mon May 11 10:17:53 PDT 2009


---
 src/jingle-media-rtp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/jingle-media-rtp.c b/src/jingle-media-rtp.c
index b24c915..8e508e7 100644
--- a/src/jingle-media-rtp.c
+++ b/src/jingle-media-rtp.c
@@ -415,7 +415,7 @@ codec_update_coherent (const JingleCodec *old_c,
     {
       g_set_error (e, domain, code,
           "tried to change codec %u (%s)'s clockrate from %u to %u",
-          new_c->id, new_c->name, new_c->clockrate, old_c->clockrate);
+          new_c->id, new_c->name, old_c->clockrate, new_c->clockrate);
       return FALSE;
     }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list