From ad9d22b46d6fcb635a76d8e7677b699bb78d2e89 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 1 Oct 2008 02:15:20 +0000 Subject: [PATCH] more logs git-svn-id: svn://svn.open-ils.org/ILS/trunk@10741 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm index 8c7d5851d5..d3fccfaf19 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm @@ -58,7 +58,7 @@ sub spool_marc { my $auth = $cgi->param('ses') || $cgi->cookie('ses'); unless(verify_login($auth)) { - $logger->error("authentication failed on vandelay record import"); + $logger->error("authentication failed on vandelay record import: $auth"); return Apache2::Const::FORBIDDEN; } @@ -81,7 +81,7 @@ sub spool_marc { my $outfile = "$dir/$data_fingerprint.mrc"; unless(open(OUTFILE, ">$outfile")) { - $logger->error("unable to open MARC file for writing: $@"); + $logger->error("unable to open MARC file [$outfile] for writing: $@"); return Apache2::Const::FORBIDDEN; } -- 2.43.2