Skip to content

Commit

Permalink
Update internals/overlord/servstate/handlers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hoyt <[email protected]>
  • Loading branch information
IronCore864 and benhoyt authored Sep 27, 2024
1 parent cf0c4dc commit 326204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/servstate/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ func (s *serviceData) stop() error {

switch s.state {
case stateStarting:
s.started <- fmt.Errorf("stopped before the 1 second okay delay")
s.started <- fmt.Errorf("stopped before the %s okay delay", okayDelay)
fallthrough

case stateRunning:
Expand Down

0 comments on commit 326204a

Please sign in to comment.