Lets make this a _ to be nicer

This commit is contained in:
Kevin Fenzi 2014-01-22 21:16:39 +00:00
parent 474fef8661
commit 5a58c171f8

View file

@ -134,7 +134,7 @@ class LogMech(object):
category = 'CHANGED'
if self.play_info.get('check', False) and self.play_info.get('diff', False):
category = 'CHECK DIFF:' + category
category = 'CHECK_DIFF:' + category
elif self.play_info.get('check', False):
category = 'CHECK:' + category