fix debug data

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1010 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-08-11 13:30:17 +00:00
parent 2226a097f4
commit b8a25397be

View file

@ -411,7 +411,7 @@ if config["log"].__class__ == BlacklistLogger and \
os.path.exists(config['log'].filename):
args = file(config['log'].filename).readlines()
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config.data))
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config))
# interactive input
if len(args)==0: