[open-ils-commits] r10987 - trunk/Open-ILS/src/perlmods/OpenILS/Application

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


Author: erickson
Date: 2008-10-30 12:30:14 -0400 (Thu, 30 Oct 2008)
New Revision: 10987

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

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2008-10-30 16:29:57 UTC (rev 10986)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2008-10-30 16:30:14 UTC (rev 10987)
@@ -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