~jmbr/halberd

72e25b60259aecb9fbd6d47fbef42d4e5fb7261b — Juan M. Bello Rivas 17 years ago 0ccc740
Further modifications to warning messages.

darcs-hash:20060918104203-6d791-42ae3c5dcf9c520d965e0093f116124776f38856.gz
1 files changed, 3 insertions(+), 3 deletions(-)

M Halberd/clues/analysis.py
M Halberd/clues/analysis.py => Halberd/clues/analysis.py +3 -3
@@ 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