chore(notification): improve log message

This commit is contained in:
bergquist
2016-11-03 18:04:50 +01:00
parent 1afe0e90f9
commit b578d06e4a

View File

@@ -49,7 +49,7 @@ func (n *RootNotifier) Notify(context *EvalContext) error {
return err
}
n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "Amount to send", len(notifiers))
n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "sent count", len(notifiers))
if len(notifiers) == 0 {
return nil