[open-ils-commits] r8325 - trunk/Open-ILS/src/extras/import

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Jan 5 20:37:19 EST 2008


Author: miker
Date: 2008-01-05 20:13:11 -0500 (Sat, 05 Jan 2008)
New Revision: 8325

Modified:
   trunk/Open-ILS/src/extras/import/marc2bre.pl
Log:
make the message about duplicate TCN avoidance more clear

Modified: trunk/Open-ILS/src/extras/import/marc2bre.pl
===================================================================
--- trunk/Open-ILS/src/extras/import/marc2bre.pl	2008-01-05 02:30:11 UTC (rev 8324)
+++ trunk/Open-ILS/src/extras/import/marc2bre.pl	2008-01-06 01:13:11 UTC (rev 8325)
@@ -261,7 +261,7 @@
 	}
 
 	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 = '';
 	}
 



More information about the open-ils-commits mailing list