From 8eb2901bcb4ff4e26412d9ceda03b500edad7d8c Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Thu, 30 Apr 2020 23:48:13 +0200 Subject: [PATCH] Add logging information --- plugins/Divera/Divera.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/Divera/Divera.py b/plugins/Divera/Divera.py index 6ce090e..9759e5e 100644 --- a/plugins/Divera/Divera.py +++ b/plugins/Divera/Divera.py @@ -190,6 +190,13 @@ def run(typ, freq, data): "text": text, "priority": priority, })) + + else: + logging.debug("RIC is net ident") + + else: + loggin.debug("No Type is set", exc_info=True) + return except: logging.error("cannot send Divera request")