From a7a367231163700e5a4a29102521cb9e14d42e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 22 May 2012 17:11:54 +0200 Subject: [PATCH] fix typo in debug message --- tabellio/pcfdb/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/pcfdb/sync.py b/tabellio/pcfdb/sync.py index 0ba1b4a..b748e00 100644 --- a/tabellio/pcfdb/sync.py +++ b/tabellio/pcfdb/sync.py @@ -980,7 +980,7 @@ class SyncFromPcfDbView(BrowserView): doc_intid = self.intids.getId(object) meeting.cri = RelationValue(doc_intid) else: - log.debug('not meeting found for %s', object.no) + log.debug('no meeting found for %s', object.no) meeting_cursor.close() if count % 100 == 0: