fix error call

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2833 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-10-10 21:59:46 +00:00
parent c8f6c7acfa
commit 5c83b7c859

View file

@ -434,7 +434,7 @@ class Configuration (dict):
while 1:
ctuple = cfgparser.get(section, "ignore%d" % i).split()
if len(ctuple)!=2:
linkcheck.log.error(
linkcheck.log.error(linkcheck.LOG_CHECK,
_("ignore%d: syntax error %s\n") % (i, ctuple))
break
self["externlinks"].append(