fingerprinter tweak
[migration-tools.git] / 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;
         }