From f8eff3d02bfe787188953fc05e1bf4f95bf09f18 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 29 Dec 2003 23:39:54 +0000 Subject: [PATCH] debugging git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1130 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkchecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: