print final stats at end of run
authorShawn Boyette <sboyette@esilibrary.com>
Wed, 15 Apr 2009 13:53:42 +0000 (13:53 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Wed, 15 Apr 2009 13:53:42 +0000 (13:53 +0000)
marc_cleanup

index 025e604..2f78eb9 100755 (executable)
@@ -110,7 +110,7 @@ while ( buildrecord() ) {
     write_record($NUMARC);
 }
 print $NUMARC "</collection>\n";
-print $OUT "\nDone.               \n";
+print $OUT "\nDone. ",$conf->{ricount}," in / ",$conf->{rocount}," out          \n";
 
 
 #-----------------------------------------------------------------------------------