From 48f1058abcc0215aa6380ce0965e47c4f0db3c8a Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 16 May 2007 22:21:29 +0000 Subject: [PATCH] add missing endl svn path=/branches/kdepim/enterprise/kdepim/; revision=665430 --- kmfoldercachedimap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmfoldercachedimap.cpp b/kmfoldercachedimap.cpp index 749eb2211..003b16daf 100644 --- a/kmfoldercachedimap.cpp +++ b/kmfoldercachedimap.cpp @@ -491,7 +491,7 @@ void KMFolderCachedImap::rememberDeletion( int idx ) long uid = msg->UID(); assert(uid>=0); mDeletedUIDsSinceLastSync.insert(uid, 0); - kdDebug(5006) << "Explicit delete of UID " << uid << " at index: " << idx << " in " << folder()->prettyURL(); + kdDebug(5006) << "Explicit delete of UID " << uid << " at index: " << idx << " in " << folder()->prettyURL() << endl; } /* Reimplemented from KMFolderMaildir */