fix typo in debug message

This commit is contained in:
Frédéric Péters 2012-05-22 17:11:54 +02:00
parent 792790f96f
commit a7a3672311
1 changed files with 1 additions and 1 deletions

View File

@ -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: