mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-11 16:13:11 +00:00
minor debug msg improvement
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3381 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
bb9fbf6d26
commit
40399ca6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def add_intern_pattern (url_data, config):
|
|||
pat = url_data.get_intern_pattern()
|
||||
if pat:
|
||||
assert None == log.debug(LOG_CHECK,
|
||||
"Add intern pattern %r from command line", pat)
|
||||
"Add intern pattern %r", pat)
|
||||
config['internlinks'].append(get_link_pat(pat))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue