From 6e8d78c595a74cce815acde4d9c3d37720c5c27d Mon Sep 17 00:00:00 2001 From: j Date: Sat, 9 Jan 2016 15:37:23 +0530 Subject: [PATCH] typo --- oml/changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oml/changelog.py b/oml/changelog.py index 454b1d3..189c7cc 100644 --- a/oml/changelog.py +++ b/oml/changelog.py @@ -172,7 +172,7 @@ class Changelog(db.Model): return True if state.user() in i.users: logger.debug('ignore edititem events for own items %s %s %s', timestamp, itemid, meta) - logger.debug('----------------------item.modified: %s', i.modifed) + logger.debug('----------------------item.modified: %s', i.modified) return True primary = None if 'primaryid' in meta: