Fix log message in purge_history

(we don't just remove remote events)
erikj/fix_things
Richard van der Hoff 2018-02-13 16:51:21 +00:00
parent bfdf7b9237
commit d627174da2
1 changed files with 1 additions and 2 deletions

View File

@ -2287,8 +2287,7 @@ class EventsStore(SQLBaseStore):
"event_signatures",
"rejections",
):
logger.info("[purge] removing remote non-state events from %s",
table)
logger.info("[purge] removing events from %s", table)
txn.executemany(
"DELETE FROM %s WHERE event_id = ?" % (table,),