From d213a8264bcf1e665d1eb131948923d5c689891d Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 14 Jun 2010 17:07:38 +0000 Subject: [PATCH] Tiny bug in 16714; fixing it prevents a useless logline in some cases git-svn-id: svn://svn.open-ils.org/ILS/trunk@16717 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm index 70330c155a..e7210a0355 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm @@ -380,7 +380,7 @@ sub _recording_failure { ); } else { # Otherwise, the problem is somewhat less severe: $logger->warn($msg); - $logger->warn("Payment: " . Dumper($payment)); + $logger->warn("Payment: " . Dumper($payment)) if $payment; return $e->die_event; } } -- 2.11.0