Skip to content

Commit

Permalink
Clean up log message (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanoers authored Nov 30, 2020
1 parent b9a2ae7 commit 135d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/serf.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (a *Agent) nodeFailed(me serf.MemberEvent) {
if !ok {
continue
}
log.Info("removing server", "server", parts)
log.Info("removing server ", parts)

// Remove the server if known
a.peerLock.Lock()
Expand Down

0 comments on commit 135d051

Please sign in to comment.