From 4d1de379174a4739f3d9decdcea1eee0f1dddfa4 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Thu, 14 Aug 2008 16:29:07 +0000 Subject: [PATCH] fingerprinter tweak --- fingerprinter | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 1.7.2.5