debugging blocks
This commit is contained in:
parent
7533fda399
commit
d1faea2519
@ -95,6 +95,10 @@ class OnionrCommunicate:
|
|||||||
else:
|
else:
|
||||||
logger.debug('Fetching hash from ' + i + ', ' + lastDB + ' last known')
|
logger.debug('Fetching hash from ' + i + ', ' + lastDB + ' last known')
|
||||||
currentDB = self.performGet('getDBHash', i)
|
currentDB = self.performGet('getDBHash', i)
|
||||||
|
if currentDB != False:
|
||||||
|
logger.debug(i + " hash db (from request): " + currentDB)
|
||||||
|
else:
|
||||||
|
logger.warn("Error getting hash db status for " + i)
|
||||||
if currentDB != False:
|
if currentDB != False:
|
||||||
if lastDB != currentDB:
|
if lastDB != currentDB:
|
||||||
logger.debug('Fetching hash from ' + i + ' - ' + currentDB + ' current hash.')
|
logger.debug('Fetching hash from ' + i + ' - ' + currentDB + ' current hash.')
|
||||||
|
Loading…
Reference in New Issue
Block a user