Skip to content

Commit c04886f

Browse files
committed
found result
1 parent 8af6851 commit c04886f

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().Msg("Server found exit")
89+
log.Info().Bool("found", found).Msg("Server found exit")
9090
return found
9191
}
9292

0 commit comments

Comments
 (0)