From aee32931744f189d485c394a7a55cfe28539e146 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Wed, 15 Apr 2009 13:53:42 +0000 Subject: [PATCH] print final stats at end of run --- marc_cleanup | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/marc_cleanup b/marc_cleanup index 025e604..2f78eb9 100755 --- a/marc_cleanup +++ b/marc_cleanup @@ -110,7 +110,7 @@ while ( buildrecord() ) { write_record($NUMARC); } print $NUMARC "\n"; -print $OUT "\nDone. \n"; +print $OUT "\nDone. ",$conf->{ricount}," in / ",$conf->{rocount}," out \n"; #----------------------------------------------------------------------------------- -- 1.7.2.5