Projects STRLCPY geneva Commits 5b9233b6
🤬
  • Added extra debug print to catch early client exit

  • Loading...
  • Your Name committed 4 years ago
    5b9233b6
    1 parent 164d5fd9
  • ■ ■ ■ ■ ■
    plugins/http/client.py
    skipped 106 lines
    107 107   except Exception:
    108 108   logger.exception("Exception caught in HTTP test to site %s.", url)
    109 109   fitness += -100
     110 + logger.debug('Returning initial fitness %d' % fitness)
    110 111   return fitness * 4
    111 112   
Please wait...
Page is in error, reload to recover