From cbf8dc62037502c67fc73f4bc5726b0e85c5e412 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 30 Oct 2008 16:30:14 +0000 Subject: [PATCH] for debugging, add the filename to the error log git-svn-id: svn://svn.open-ils.org/ILS/trunk@10987 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index d5682874bd..b0e34e296d 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -222,7 +222,7 @@ sub process_spool { 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 } -- 2.11.0