[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 7d1f52e29c0a1aa84300c13e238ab60a7c47e5b4
Evergreen Git
git at git.evergreen-ils.org
Sat Apr 27 01:27:18 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_3 has been updated
via 7d1f52e29c0a1aa84300c13e238ab60a7c47e5b4 (commit)
from fd52eb97427ad38085236a065b21e04aa93b8ad6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7d1f52e29c0a1aa84300c13e238ab60a7c47e5b4
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date: Wed Apr 3 15:31:09 2013 -0400
When adding errors from failed processing to acq.edi_message, set error_time
This has obvious benefits in facilitating log analysis after a problem.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm
index c46b504..a84b1c3 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm
@@ -244,6 +244,7 @@ sub process_retrieval {
if ($@) {
$logger->error($@);
$incoming->status('proc_error');
+ $incoming->error_time('now');
$incoming->error($@);
} else {
$incoming->status('processed');
-----------------------------------------------------------------------
Summary of changes:
.../perlmods/lib/OpenILS/Application/Acq/EDI.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list