a little more SIP checkin logging
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 7 Sep 2010 16:54:44 +0000 (16:54 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 7 Sep 2010 16:54:44 +0000 (16:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17503 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/SIP/Transaction/Checkin.pm

index 4ea1527..66b09c6 100644 (file)
@@ -102,7 +102,7 @@ sub do_checkin {
     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