Make instance names lower case when mirroring zephys.

(imported from commit 7e55f2339bb242ae29a7ee4db5c5f2bd654e8f7e)
This commit is contained in:
Tim Abbott 2012-10-09 10:55:42 -04:00
parent 0867c25d51
commit 1fe29ac836

View file

@ -157,7 +157,7 @@ def process_loop(log):
'time' : str(notice.time), 'time' : str(notice.time),
'sender' : sender, 'sender' : sender,
'class' : notice.cls.lower(), 'class' : notice.cls.lower(),
'instance' : notice.instance, 'instance' : notice.instance.lower(),
'zsig' : zsig, # logged here but not used by app 'zsig' : zsig, # logged here but not used by app
'content' : body } 'content' : body }