added reccount to edit message
authorShawn Boyette <sboyette@esilibrary.com>
Wed, 24 Sep 2008 18:59:20 +0000 (18:59 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Wed, 24 Sep 2008 18:59:20 +0000 (18:59 +0000)
marc-cleanup

index 3cf7198..0f2b5f8 100755 (executable)
@@ -118,7 +118,7 @@ Handles the Term::ReadLine loop
 
 sub edit {
     my ($msg, $line_in) = @_;
-    print $OUT "\r".$msg, " at line $count:\n";
+    print $OUT "\r".$msg, " at line $count (record $reccount)\n";
     print_context();
 
     while (1) {