[CHG] runbot_merge: log ping instead of printing it

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...
This commit is contained in:
Xavier Morel 2024-06-25 15:06:41 +02:00
parent 6ada35a200
commit 3bc5b4e3e4

View File

@ -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 = {