commit b249aaf3174e1de1743dc864bd8af877e02cd2b3
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Apr 3 11:29:33 2011 +0200

    clearer debug msg

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

diff --git a/src/sync.c b/src/sync.c
index fa8825a..85f529a 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -945,7 +945,7 @@ msgs_found_sel( sync_vars_t *svars, int t )
         * One solution would be using binary search on an index array.
         * msgs are already sorted by UID, srecs would have to be sorted by 
uid[t].
         */
-       debug( "matching messages against sync records\n" );
+       debug( "matching messages on %s against sync records\n", str_ms[t] );
        for (tmsg = svars->ctx[t]->msgs; tmsg; tmsg = tmsg->next) {
                uid = tmsg->uid;
                if (DFlags & DEBUG) {

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to