mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-13 08:37:44 +08:00
less verbose debugging (only log missing zonefiles once)
This commit is contained in:
@@ -3393,7 +3393,9 @@ class AtlasZonefileCrawler( threading.Thread ):
|
||||
continue
|
||||
|
||||
if len(peers) == 0:
|
||||
log.debug("%s: zonefile %s is unavailable" % (self.hostport, zfhash))
|
||||
if not missing_zfinfo[zfhash]['tried_storage']:
|
||||
log.debug("%s: zonefile %s is unavailable" % (self.hostport, zfhash))
|
||||
|
||||
zonefile_hashes.pop(0)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user