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: