diff --git a/linkchecker b/linkchecker index 161a62e7..91fb280c 100755 --- a/linkchecker +++ b/linkchecker @@ -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: