aboutsummaryrefslogtreecommitdiffstats
path: root/anteater/src/patch_scan.py
diff options
context:
space:
mode:
Diffstat (limited to 'anteater/src/patch_scan.py')
-rw-r--r--anteater/src/patch_scan.py2
1 files changed, 1 insertions, 1 deletions
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)