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 <lhinds@redhat.com>
     """ 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)
 
                                      format(line.rstrip()))
                         logger.error('Matched String: {0}'.
                                      format(match.group()))
-                        with open(reports_dir + "contents_" + project + ".log",
+                        with open(reports_dir + "contents-" + project + ".log",
                                   "a") \
                                 as gate_report:
                                     gate_report. \