make the message about duplicate TCN avoidance more clear
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 6 Jan 2008 01:13:11 +0000 (01:13 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 6 Jan 2008 01:13:11 +0000 (01:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@8325 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/import/marc2bre.pl

index 7f8323d..4ba4028 100755 (executable)
@@ -261,7 +261,7 @@ sub preprocess {
        }
 
        if ($id && exists $dontuse_id{$id}) {
-               warn "\n!!! ID $id is already in use\n";
+               warn "\n!!! TCN $id is already in use.  Using the record ID ($recid) as a system-generated TCN.\n";
                $id = '';
        }