Merge "Switch no hook message to an error"

This commit is contained in:
Jenkins 2017-01-18 09:31:30 +00:00 committed by Gerrit Code Review
commit e96dc0ecf6
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ def invoke_hook(c, log):
hook_path = find_hook_path(c['group'])
if not hook_path:
log.warn('Skipping group %s with no hook script %s' % (
log.error('Skipping group %s with no hook script %s' % (
c['group'], hook_path))
return