瀏覽代碼

Should be a debug message, not info.

pull/15/head
Ben Kurtovic 10 年之前
父節點
當前提交
15bc5806e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
tasks/afc_statistics.py 查看文件

@@ -301,7 +301,7 @@ class AFCStatistics(Task):
be inaccurate (like a missed decline). It updates no more than the ten be inaccurate (like a missed decline). It updates no more than the ten
stalest pages that haven't been updated in two days. stalest pages that haven't been updated in two days.
""" """
self.logger.info("Updating stale submissions")
self.logger.debug("Updating stale submissions")
query = """SELECT page_id, page_title, page_modify_oldid query = """SELECT page_id, page_title, page_modify_oldid
FROM page JOIN updatelog ON page_id = update_id FROM page JOIN updatelog ON page_id = update_id
WHERE ADDTIME(update_time, '48:00:00') < NOW() WHERE ADDTIME(update_time, '48:00:00') < NOW()


Loading…
取消
儲存