This commit is contained in:
ThomasV 2014-07-25 20:14:08 +02:00
parent 5e47d1a635
commit 7abbf329b6
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ class Network(threading.Thread):
def new_blockchain_height(self, blockchain_height, i):
if self.is_connected():
if self.server_is_lagging():
print_error( "Server is lagging", blockchain_height, h)
print_error( "Server is lagging", blockchain_height, self.get_server_height())
if self.config.get('auto_cycle'):
self.set_server(i.server)