fixed error httpreq plugin

This commit is contained in:
Bastian Schroll 2015-05-23 08:40:35 +02:00
parent 8ce7af579b
commit 298ed0a06c

View file

@ -53,7 +53,7 @@ def run(typ,freq,data):
logging.warning("Invalid Typ: %s", typ)
except:
loggin.exception("cannot send HTTP request")
logging.exception("cannot send HTTP request")
else:
try: