From 1fe29ac836f6cf6e0528b195c2af2a501217475a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 Oct 2012 10:55:42 -0400 Subject: [PATCH] Make instance names lower case when mirroring zephys. (imported from commit 7e55f2339bb242ae29a7ee4db5c5f2bd654e8f7e) --- zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }