fingerprinter tweak
authorShawn Boyette <sboyette@esilibrary.com>
Thu, 14 Aug 2008 16:29:07 +0000 (16:29 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Thu, 14 Aug 2008 16:29:07 +0000 (16:29 +0000)
fingerprinter

index e89587e..aeb9b9e 100755 (executable)
@@ -33,8 +33,8 @@ for my $file (@ARGV) {
 
         my $id = $record->field($conf->{tag});
         unless ($id) {
-            print XF "ERROR: Record $count in $file is missing a",
-              $conf->{tag}, "field.\n", $record->as_formatted(), "\n=====\n";
+            print XF "ERROR: Record $count in $file is missing a ",
+              $conf->{tag}, " field.\n", $record->as_formatted(), "\n=====\n";
             next;
         }