diff --git a/onionr/communicator.py b/onionr/communicator.py index c92a78eb..b80cf6ff 100755 --- a/onionr/communicator.py +++ b/onionr/communicator.py @@ -95,6 +95,10 @@ class OnionrCommunicate: else: logger.debug('Fetching hash from ' + i + ', ' + lastDB + ' last known') 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 lastDB != currentDB: logger.debug('Fetching hash from ' + i + ' - ' + currentDB + ' current hash.')