From c7dff62151a16f38768b9b55733b956927df0c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 4 May 2012 12:06:12 +0200 Subject: [PATCH] log when we skip a question --- tabellio/pcfdb/sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tabellio/pcfdb/sync.py b/tabellio/pcfdb/sync.py index 1948f74..8e0450d 100644 --- a/tabellio/pcfdb/sync.py +++ b/tabellio/pcfdb/sync.py @@ -1096,6 +1096,7 @@ class SyncFromPcfDbView(BrowserView): if intit and '\n' in intit: intit = intit.replace('\n', ' ').replace('\r', '') if re.match('q[0-9]+$', intit): + logging.debug('skipping question, %s', intit) if hasattr(self.questions_folder, dos_id): self.questions_folder.manage_delObjects(dos_id) continue