[open-ils-commits] r17503 - trunk/Open-ILS/src/perlmods/OpenILS/SIP/Transaction (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 7 12:54:47 EDT 2010
Author: erickson
Date: 2010-09-07 12:54:44 -0400 (Tue, 07 Sep 2010)
New Revision: 17503
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/SIP/Transaction/Checkin.pm
Log:
a little more SIP checkin logging
Modified: trunk/Open-ILS/src/perlmods/OpenILS/SIP/Transaction/Checkin.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/SIP/Transaction/Checkin.pm 2010-09-07 16:41:53 UTC (rev 17502)
+++ trunk/Open-ILS/src/perlmods/OpenILS/SIP/Transaction/Checkin.pm 2010-09-07 16:54:44 UTC (rev 17503)
@@ -102,7 +102,7 @@
my $code = $U->event_code($resp);
my $txt = (defined $code) ? $resp->{textcode} : '';
- syslog('LOG_INFO', "OILS: Checkin resulted in event: $txt");
+ syslog('LOG_INFO', "OILS: Checkin resulted in event: $txt, phys_location: $phys_location");
$resp->{org} &&= OpenILS::SIP::shortname_from_id($resp->{org}); # Convert id to shortname
More information about the open-ils-commits
mailing list