From 72e25b60259aecb9fbd6d47fbef42d4e5fb7261b Mon Sep 17 00:00:00 2001 From: "Juan M. Bello Rivas" Date: Mon, 18 Sep 2006 12:42:03 +0200 Subject: [PATCH] Further modifications to warning messages. darcs-hash:20060918104203-6d791-42ae3c5dcf9c520d965e0093f116124776f38856.gz --- Halberd/clues/analysis.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Halberd/clues/analysis.py b/Halberd/clues/analysis.py index 23688ec..0115595 100644 --- a/Halberd/clues/analysis.py +++ b/Halberd/clues/analysis.py @@ -480,9 +480,9 @@ def reanalyze(clues, analyzed, threshold): # there's a significant amount of evidence. if ratio() >= threshold and len(clues) > 10: logger.warn( -'''The following results might be incorrect. It could be -because the remote host keeps changing its server version string or because -halberd didn't have enough samples.''') +'''The following results might be incorrect. It could be because the remote +host keeps changing its server version string or because halberd didn't have +enough samples.''') return analyzed -- 2.45.2