add missing endl

svn path=/branches/kdepim/enterprise/kdepim/; revision=665430
wilder-work
David Faure 19 years ago
parent 866748ee2a
commit 48f1058abc
  1. 2
      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 */

Loading…
Cancel
Save