Bug 37037: (RM follow-up) Add hint at end of script run
This patch adds a hint to the end of the script to notify the end user that they may need to run the build_holds_queue cronjob if they are using RealTimeHoldsQueue. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
45bfbd0e2d
commit
8dd9c94c57
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ my $averagetime = 0;
|
|||
$averagetime = $time / $totalcount if $totalcount;
|
||||
print "Good: $goodcount, Bad: $badcount (of $totalcount) in $time seconds\n";
|
||||
printf "Accuracy: %.2f%%\nAverage time per record: %.6f seconds\n", $accuracy, $averagetime if (defined $verbose);
|
||||
print "You may wish to run the build_holds_queue.pl script now if you are using RealTimeHoldsQueue\n" if $goodcount;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue