Merge "Change for more useful output in log notifier"

This commit is contained in:
Jenkins 2016-12-13 00:05:12 +00:00 committed by Gerrit Code Review
commit b2e1cc089b

View File

@ -36,5 +36,5 @@ class LogAlarmNotifier(notifier.AlarmNotifier):
'severity': severity,
'previous': previous,
'current': current,
'action': action,
'action': action.geturl(),
'reason': reason}))