Added extra debug print to catch early client exit

This commit is contained in:
Your Name 2020-10-22 17:26:47 +00:00
parent 164d5fd981
commit 5b9233b60e
1 changed files with 1 additions and 0 deletions

View File

@ -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