From: erickson Date: Thu, 30 Oct 2008 16:29:57 +0000 (+0000) Subject: for debugging, add the filename to the error log X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1a7e3380cd46d619e69832a10d99685ff879f1c0;p=Evergreen.git for debugging, add the filename to the error log git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10986 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 }