Skip to content
Snippets Groups Projects
Commit 52d4e850 authored by Raniere Silva's avatar Raniere Silva
Browse files

Use INFO for http link verification

parent 3eaab252
Branches
Tags
No related merge requests found
......@@ -259,7 +259,7 @@ class MarkdownValidator(object):
self.filename, dest, dest_path))
return False
else:
logging.warning(
logging.info(
"In {0}: "
"Skipped validation of link {1}".format(self.filename, dest))
return True
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment