Skip to content

Commit

Permalink
[CHG] runbot_merge: log ping instead of printing it
Browse files Browse the repository at this point in the history
That's an old and completely useless leftover, but I never got around
to swapping it. It could be removed entirely or moved to debug as
well...
  • Loading branch information
xmo-odoo committed Jun 25, 2024
1 parent 6ada35a commit 3bc5b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbot_merge/controllers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def handle_review(env, event):
target=event['pull_request']['base']['ref'])

def handle_ping(env, event):
print("Got ping! {}".format(event['zen']))
_logger.info("Got ping! %s", event['zen'])
return "pong"

EVENTS = {
Expand Down

0 comments on commit 3bc5b4e

Please sign in to comment.