From 543abaa872fa9123336fb96442787542c42382ed Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 8 Feb 2006 22:04:17 +0000 Subject: [PATCH] removing confusing (non)error message git-svn-id: svn://svn.open-ils.org/ILS/trunk@3015 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm index a06696953a..8b19a510ca 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm @@ -102,13 +102,13 @@ my $success = 1; try { - $log->debug("Committing trasaction with Open-ILS XACT-ID [$xact_id]", INFO); + $log->debug("Committing transaction with Open-ILS XACT-ID [$xact_id]", INFO) if ($xact_id); my $dbh = OpenILS::Application::Storage::CDBI->db_Main; $dbh->commit; } catch Error with { my $e = shift; - $log->debug("Failed to commit trasaction with Open-ILS XACT-ID [$xact_id]: ".$e, INFO); + $log->debug("Failed to commit transaction with Open-ILS XACT-ID [$xact_id]: ".$e, INFO); $success = 0; }; -- 2.43.2