Skip to content

Commit

Permalink
Merge pull request #13 from alcounit/develop
Browse files Browse the repository at this point in the history
Fix pod deletion when server shutdown failed with an error
  • Loading branch information
alcounit authored Feb 22, 2023
2 parents a38935e + 28b6424 commit 101a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/seleniferous/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func command() *cobra.Command {
defer cancel()

if err := srv.Shutdown(ctx); err != nil {
logger.Fatalf("failed to stop", err)
logger.Errorf("failed to stop", err)
}
},
}
Expand Down

0 comments on commit 101a7da

Please sign in to comment.