mirror of
https://github.com/Kkevsterrr/geneva
synced 2025-01-06 17:05:11 +01:00
Added extra debug print to catch early client exit
This commit is contained in:
parent
164d5fd981
commit
5b9233b60e
@ -107,4 +107,5 @@ class HTTPClient(ClientPlugin):
|
||||
except Exception:
|
||||
logger.exception("Exception caught in HTTP test to site %s.", url)
|
||||
fitness += -100
|
||||
logger.debug('Returning initial fitness %d' % fitness)
|
||||
return fitness * 4
|
||||
|
Loading…
Reference in New Issue
Block a user