Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Sep 26, 2023
1 parent 52f4e99 commit 08ca488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func startServer(ctx context.Context, system *core.System) error {
logrus.Info("Shutting down...")
err := system.Shutdown()
if err != nil {
logrus.Errorf("OAuth2Error shutting down system: %v", err)
logrus.Errorf("Error shutting down system: %v", err)
} else {
logrus.Info("Shutdown complete. Goodbye!")
}
Expand Down

0 comments on commit 08ca488

Please sign in to comment.