Only log listModification request in verbose mode
This commit is contained in:
parent
64199c7ded
commit
066f54f521
1 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue