From a026d4242879f3a1d88ea3983e500b4c852f27c3 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 26 Feb 2016 11:24:31 +0530 Subject: [PATCH] log cleanup --- oml/library.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oml/library.py b/oml/library.py index 037f0c4..3457f00 100644 --- a/oml/library.py +++ b/oml/library.py @@ -336,8 +336,10 @@ def sync_db(): logger.debug('synced items') if not state.shutdown: cleanup_lists() + logger.debug('lists cleaned up') if not state.shutdown: cleanup_peers() + logger.debug('peers cleaned up') def cleanup_lists(): import item.models