Skip to content

Commit

Permalink
Fix displaying of notifier ID when done
Browse files Browse the repository at this point in the history
  • Loading branch information
bittersweet committed Oct 11, 2015
1 parent 0e1211b commit 38aa1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ func (n *Notifier) notify(s *Event, mn MessageNotifier) {

message := n.renderTemplate(s)
mn.sendMessage(s.Identifier, message)
fmt.Printf("Notifying notifier id: done\n", n.Id)
fmt.Printf("Notifying notifier id: %d done\n", n.Id)
}

0 comments on commit 38aa1d3

Please sign in to comment.