X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FExplain.pm;fp=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FExplain.pm;h=964ea10e228de34ce0fefc3617162e3e432a2f90;hp=b6655418a84ba39df775edc0825ce95b3998e368;hb=c4d3330e57e29a622241f7b9a2573d4c687cee5b;hpb=953082733eca5b80c5b60e7d5157d7334508035a diff --git a/lib/ZOOM/IRSpy/Test/Search/Explain.pm b/lib/ZOOM/IRSpy/Test/Search/Explain.pm index b665541..964ea10 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Explain.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Explain.pm @@ -1,4 +1,4 @@ -# $Id: Explain.pm,v 1.1 2006-10-25 12:44:55 sondberg Exp $ +# $Id: Explain.pm,v 1.2 2006-10-25 13:38:10 sondberg Exp $ # See the "Main" test package for documentation @@ -37,7 +37,7 @@ sub found { my $n = $task->{rs}->size(); my $ok = 0; - $conn->log("irspy_test", "Explain category ", $category, " gave, ", $n, + $conn->log("irspy_test", "Explain category ", $category, " gave ", $n, " hit(s)."); if ($n > 0) { $ok = 1;