From 1a3dff6fdf373a7ffa4b5b0166b3789cc05129b5 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 29 May 2013 16:40:58 +0200 Subject: In debugging, make it clear we have finished handling the synchronization callback --- pykolab/auth/ldap/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pykolab/auth/ldap/__init__.py b/pykolab/auth/ldap/__init__.py index a6a1044..a86abbd 100644 --- a/pykolab/auth/ldap/__init__.py +++ b/pykolab/auth/ldap/__init__.py @@ -2091,6 +2091,14 @@ class LDAP(pykolab.base.Base): # # server = self.imap.user_mailbox_server(folder) + log.debug( + _("Done with _synchronize_callback() for entry %r") % ( + entry['id'] + ), + level=9 + ) + + def _unbind(self): """ Discard the current set of bind credentials. -- cgit v1.1