Skip to content

Commit

Permalink
Rephrase debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Dec 21, 2024
1 parent 9022eae commit 439b889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/docker/power.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (e *Environment) Terminate(ctx context.Context, signal string) error {
}
e.log().WithFields(log.Fields{
"id": e.Id,
}).Debug("Sent SIGKILL to container because it did not stop by itself in time")
}).Debug("Sent SIGKILL to container: graceful shutdown timed out")

// Update state to offline after SIGKILL.
e.SetState(environment.ProcessOfflineState)
Expand Down

0 comments on commit 439b889

Please sign in to comment.