Fix typos in SQL and where we still had rowid's (which no longer exist)

This commit is contained in:
Erik Johnston 2014-08-18 16:25:18 +01:00
parent 4eb8f84aa8
commit 1422a22970
2 changed files with 7 additions and 7 deletions

View file

@ -280,7 +280,7 @@ class MessageHandler(BaseHandler):
"end": token[1],
}
except:
pass
logger.exception("Failed to get snapshot")
logger.debug("snapshot_all_rooms returning: %s", ret)