Skip to content

Commit

Permalink
small log messag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Apr 4, 2017
1 parent 0197a59 commit be28686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/alert/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (h *tcpHandler) Handle(event alert.Event) {

conn, err := net.Dial("tcp", h.addr)
if err != nil {
h.logger.Printf("E! failed to connect to %s: %v", h.addr, err)
h.logger.Printf("E! tcp handler: failed to connect to %s: %v", h.addr, err)
return
}
defer conn.Close()
Expand Down

0 comments on commit be28686

Please sign in to comment.