diff --git a/zephyr_mirror.py b/zephyr_mirror.py index 657354b..6f036dd 100644 --- a/zephyr_mirror.py +++ b/zephyr_mirror.py @@ -157,7 +157,7 @@ def process_loop(log): 'time' : str(notice.time), 'sender' : sender, 'class' : notice.cls.lower(), - 'instance' : notice.instance, + 'instance' : notice.instance.lower(), 'zsig' : zsig, # logged here but not used by app 'content' : body }