From 7f6837bae644bc082193cd72a2704c985c0bc083 Mon Sep 17 00:00:00 2001 From: lhinds Date: Wed, 14 Jun 2017 07:20:57 +0100 Subject: Adds Wiki URL to gerrit output A link to a wiki page is supplied, that instructs the user on how to make an exception patch. Also quick fix to log format Change-Id: Icfc8072d9764fe321e14b97080fca47d26ea8dc6 Signed-off-by: lhinds --- anteater/src/patch_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anteater/src/patch_scan.py') diff --git a/anteater/src/patch_scan.py b/anteater/src/patch_scan.py index 5bd1609..48c78fd 100644 --- a/anteater/src/patch_scan.py +++ b/anteater/src/patch_scan.py @@ -160,5 +160,5 @@ def process_failure(): """ If any scan operations register a failure, sys.exit(1) is called to allow jjb to register a failure""" if failure: - logger.error('Failures registered') + logger.error('Please visit: https://wiki.opnfv.org/x/5oey') sys.exit(1) -- cgit 1.2.3-korg