Only log listModification request in verbose mode

This commit is contained in:
shortcutme 2017-06-19 16:12:41 +02:00
parent 64199c7ded
commit 066f54f521
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -345,6 +345,8 @@ class Site(object):
if since is None: # No since defined, download from last modification time-1day
since = self.settings.get("modified", 60 * 60 * 24) - 60 * 60 * 24
if config.verbose:
self.log.debug(
"Try to get listModifications from peers: %s, connected: %s, since: %s" %
(peers_try, peers_connected_num, since)