mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 21:31:00 +00:00
fix logger_new call
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1492 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2e3315cb5f
commit
0705bc703d
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ if options.extern:
|
|||
config["externlinks"].extend(pats)
|
||||
if options.output:
|
||||
if linkcheck.Loggers.has_key(options.output):
|
||||
config['log'] = config.newLogger(options.output)
|
||||
config['log'] = config.logger_new(options.output)
|
||||
else:
|
||||
printUsage(_("Illegal argument %r for option %s") % \
|
||||
(options.output, "'-o, --output'"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue