[Spice-commits] Branch 'multiclient' - server/reds.c

Alon Levy alon at kemper.freedesktop.org
Sun Sep 19 10:26:16 PDT 2010


 server/reds.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 085183b08195015b25f928d7089ea4353537af6c
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Sep 19 19:26:05 2010 +0200

    mc: fix reds_show_new_channel

diff --git a/server/reds.c b/server/reds.c
index bb6fd3d..9456f34 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -2063,9 +2063,9 @@ static int reds_send_link_error(RedLinkInfo *link, uint32_t error)
 static void reds_show_new_channel(uint32_t num_links, RedLinkInfo *link)
 {
     red_printf("channel %d:%d, %d clients connected successfully, over %s link",
-               num_links,
                link->link_mess->channel_type,
                link->link_mess->channel_id,
+               num_links,
                link->peer->ssl == NULL ? "Non Secure" : "Secure");
 }
 


More information about the Spice-commits mailing list