Skip to content

Commit

Permalink
Merge pull request #798 from minrk/reflector-failed-typo
Browse files Browse the repository at this point in the history
typo in reflector failure message
  • Loading branch information
consideRatio committed Oct 19, 2023
2 parents 9b83e8c + 434d486 commit 34a1f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ async def _start_reflector(
def on_reflector_failure():
# If reflector cannot be started, halt the JH application.
self.log.critical(
"Reflector with key %r reflector, halting Hub.",
"Reflector with key %r failed, halting Hub.",
key,
)
sys.exit(1)
Expand Down

0 comments on commit 34a1f66

Please sign in to comment.