[open-ils-commits] r10986 - branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 30 12:30:00 EDT 2008


Author: erickson
Date: 2008-10-30 12:29:57 -0400 (Thu, 30 Oct 2008)
New Revision: 10986

Modified:
   branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
for debugging, add the filename to the error log

Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2008-10-30 13:49:49 UTC (rev 10985)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2008-10-30 16:29:57 UTC (rev 10986)
@@ -222,7 +222,7 @@
     my $filename = $data->{path};
 
     unless(-r $filename) {
-        $logger->error("unable to read MARC file");
+        $logger->error("unable to read MARC file $filename");
         return -1; # make this an event XXX
     }
 



More information about the open-ils-commits mailing list