diff --git a/CI/check-log-msg.py b/CI/check-log-msg.py index b10fd51f8acc96..2646a66ff88e6e 100755 --- a/CI/check-log-msg.py +++ b/CI/check-log-msg.py @@ -123,6 +123,7 @@ def main(): for c in repo.iter_commits(args.commits): # '27.1.0-rc2..27.1.0'): global current_commit current_commit = c + blog(LOG_INFO, "Checking commit '%s'" % c.message.split('\n', 1)[0]) check_message(c) if has_error: sys.exit(1)