From 29b7c5366c7ae706de492908bf940a66e75e6231 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 4 Nov 2010 17:22:33 +0000 Subject: [PATCH] cosmetics --- lib/request/comparison.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/request/comparison.py b/lib/request/comparison.py index b8e8e708b..0aacf95c1 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -86,11 +86,11 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None): conf.matchRatio = conf.thold elif kb.pageStable and ratio > 0.6 and ratio < 1: - logger.debug("setting match ratio to %.3f" % ratio) + logger.debug("setting match ratio for current parameter to %.3f" % ratio) conf.matchRatio = ratio elif not kb.pageStable or ( kb.pageStable and ratio < 0.6 ): - logger.debug("setting match ratio to default value 0.900") + logger.debug("setting match ratio for current parameter to default value 0.900") conf.matchRatio = 0.900 # If it has been requested to return the ratio and not a comparison