edit template plugin

This commit is contained in:
Schrolli 2015-05-21 12:05:46 +02:00
parent dc3e45042a
commit 4cf0b63f24

View file

@ -34,11 +34,11 @@ def run(typ,freq,data):
logging.exception("cannot read config file")
if typ == "FMS":
logging.debug(typ + " not supported")
logging.warning(typ + " not supported")
elif typ == "ZVEI":
logging.debug(typ + " not supported")
logging.warning(typ + " not supported")
elif typ == "POC":
logging.debug(typ + " not supported")
logging.warning(typ + " not supported")
else:
logging.warning(typ + " not supported")