From 54c420a15e5481753f6f49e7d4bf59669cdc6502 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) --- api/zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/zephyr_mirror.py b/api/zephyr_mirror.py index 657354b163..6f036dd9a0 100644 --- a/api/zephyr_mirror.py +++ b/api/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 }