From: Shawn Boyette Date: Thu, 14 Aug 2008 16:29:07 +0000 (+0000) Subject: fingerprinter tweak X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=4d1de379174a4739f3d9decdcea1eee0f1dddfa4 fingerprinter tweak --- diff --git a/fingerprinter b/fingerprinter index e89587e..aeb9b9e 100755 --- a/fingerprinter +++ b/fingerprinter @@ -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; }