From 265a4791fe19297a18ce8da44e66f661f18e9e71 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 2 Feb 2019 14:04:03 +0530 Subject: [PATCH] log updated --- oml/library.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oml/library.py b/oml/library.py index 11f9103..274f00c 100644 --- a/oml/library.py +++ b/oml/library.py @@ -327,6 +327,8 @@ class Peer(object): if state.shutdown: break state.db.session.commit() + if update_items: + logger.debug('updated %s items', len(update_items)) ids = set(self.library.keys()) changed = False for name, l in self.info.get('lists', {}).items():