mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 03:41:01 +00:00
downgrade the 'outside of domain filter' warning to an info message since after all the user is in full control over extern/intern stuff
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1626 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
95b8170b53
commit
bbba28f781
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class UrlBase (object):
|
|||
linkcheck.log.debug(linkcheck.LOG_CHECK, "extern=%s", self.extern)
|
||||
if self.extern[0] and \
|
||||
(self.consumer.config["externstrictall"] or self.extern[1]):
|
||||
self.add_warning(
|
||||
self.add_info(
|
||||
_("outside of domain filter, checked only syntax"))
|
||||
self.consumer.logger_new_url(self)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue