Skip to content

Commit

Permalink
Merge pull request #98 from ceph/97-errors-are-no-longer-reported
Browse files Browse the repository at this point in the history
server: Don't mute exceptions

Reviewed-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov authored Apr 12, 2023
2 parents a66cefa + 8b55884 commit de73461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def __exit__(self, exc_type, exc_value, traceback):
self.server.stop(None)

self.logger.info("Exiting the gateway process.")
return True

def serve(self):
"""Starts gateway server."""
Expand Down

0 comments on commit de73461

Please sign in to comment.