Skip to content

Commit 25f18ed

Browse files
committed
Change status message to be clearer.
1 parent 7d84a6e commit 25f18ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/undertaker/undertaker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (u *Undertaker) processDyingModel() error {
177177
}
178178
// Yes, we ignore the error. See comment above. But let's at least
179179
// surface it in status.
180-
u.setStatus(status.Destroying, fmt.Sprintf("%d attempt to destroy model: %v", attempt, err))
180+
u.setStatus(status.Destroying, fmt.Sprintf("attempt %d to destroy model failed (will retry): %v", attempt, err))
181181
}
182182
attempt++
183183
}

0 commit comments

Comments
 (0)