From: Shawn Boyette Date: Wed, 15 Apr 2009 13:53:42 +0000 (+0000) Subject: print final stats at end of run X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=aee32931744f189d485c394a7a55cfe28539e146;hp=f2a930739a04db98a679a9e46f7b82ceffe9fdd6 print final stats at end of run --- 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"; #-----------------------------------------------------------------------------------