This commit is contained in:
j 2016-01-09 15:37:23 +05:30
parent 26ab9a2f39
commit 6e8d78c595
1 changed files with 1 additions and 1 deletions

View File

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