debugging

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1130 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-12-29 23:39:54 +00:00
parent 64193acb3b
commit f8eff3d02b

View file

@ -420,7 +420,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))
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config.items()))
# interactive input
if len(args)==0: