From 96ded21ae589a18b69262f2728881ca9aa0e2fd1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Jul 2013 12:31:32 -0400 Subject: [PATCH] fix display of expected sequence number --- Assistant/XMPP/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/XMPP/Git.hs b/Assistant/XMPP/Git.hs index 405f84517f..40c4bcdd31 100644 --- a/Assistant/XMPP/Git.hs +++ b/Assistant/XMPP/Git.hs @@ -371,7 +371,7 @@ withPushMessagesInSequence cid side a = loop 0 debug ["ignoring duplicate sequence number", show seqnum] loop seqnum | otherwise -> do - debug ["ignoring out of order sequence number", show seqnum', "expected", show seqnum] + debug ["ignoring out of order sequence number", show seqnum', "expected", show seqnum + 1] loop seqnum Nothing -> go seqnum