little edit httpreq plugin

This commit is contained in:
Bastian Schroll 2015-05-22 22:58:27 +02:00
parent 0849672cbe
commit 148547b69f

View file

@ -68,7 +68,7 @@ def run(typ,freq,data):
logging.exception("cannot get HTTP response")
finally:
logging.debug("close http-Connection")
logging.debug("close HTTP-Connection")
httprequest.close()
########## User Plugin CODE ##########