[Opensrf-commits] r1106 - trunk/src/perlmods/OpenSRF

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 16 00:10:39 EDT 2007


Author: dbs
Date: 2007-10-15 23:58:05 -0400 (Mon, 15 Oct 2007)
New Revision: 1106

Modified:
   trunk/src/perlmods/OpenSRF/Application.pm
Log:
I'm pretty sure we want $log here, as in all the other calls.
Perhaps we can get rid of the $logger import in the header?


Modified: trunk/src/perlmods/OpenSRF/Application.pm
===================================================================
--- trunk/src/perlmods/OpenSRF/Application.pm	2007-10-10 21:51:18 UTC (rev 1105)
+++ trunk/src/perlmods/OpenSRF/Application.pm	2007-10-16 03:58:05 UTC (rev 1106)
@@ -98,7 +98,7 @@
         my @p = $app_msg->params;
 		my $method_name = $app_msg->method;
 		my $method_proto = $session->last_message_api_level;
-        $logger->info("CALL: $method_name [".join(', ', at p)."]");
+		$log->info("CALL: $method_name [".join(', ', at p)."]");
 
 		my $coderef = $app->method_lookup( $method_name, $method_proto, 1, 1 );
 



More information about the opensrf-commits mailing list