From 4cf0b63f247f1af31ebeb946fc2e452b6e14c94e Mon Sep 17 00:00:00 2001 From: Schrolli Date: Thu, 21 May 2015 12:05:46 +0200 Subject: [PATCH] edit template plugin --- plugins/template/template.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/template/template.py b/plugins/template/template.py index b7db7d8..d2dc896 100644 --- a/plugins/template/template.py +++ b/plugins/template/template.py @@ -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")