We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e600d6 commit 8a5c0cfCopy full SHA for 8a5c0cf
git_hg_sync/application.py
@@ -78,7 +78,7 @@ def _handle_push_event(self, push_event: Push) -> None:
78
exc_info=True,
79
)
80
raise exc
81
- logger.info(f"Successfully handled event: {push_event}")
+ logger.info(f"Successfully handled event {push_event}")
82
83
def _handle_event(self, event: Event) -> None:
84
if event.repo_url not in self._repo_synchronizers:
0 commit comments