commit a3b7a54792cd438af7a40170e4d31f26d94c2a33 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 f951a7c..250af21 100644 --- a/src/sync.c +++ b/src/sync.c @@ -1041,7 +1041,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) { ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel