Skip to content

Commit 3b1f078

Browse files
committed
hunt for red october
1 parent c04886f commit 3b1f078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/resources/member_cleanup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (r *Resources) cleanupRemovedClusterMembers() error {
8686

8787
serverFound := func(id string) bool {
8888
_, found := h.Health[driver.ServerID(id)]
89-
log.Info().Bool("found", found).Msg("Server found exit")
89+
log.Info().Bool("found", found).Str("id", id).Msg("Server found exit")
9090
return found
9191
}
9292

0 commit comments

Comments
 (0)