[open-ils-commits] r10380 - trunk/Open-ILS/src/perlmods/OpenILS/Utils

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 20 10:43:02 EDT 2008


Author: erickson
Date: 2008-08-20 10:42:58 -0400 (Wed, 20 Aug 2008)
New Revision: 10380

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
Log:
log the locale before the method name so it will still be possible to copy/paste method+params directly from log files

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm	2008-08-20 14:21:11 UTC (rev 10379)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm	2008-08-20 14:42:58 UTC (rev 10380)
@@ -290,7 +290,7 @@
 	my $argstr = __arg_to_string( (scalar(@params)) == 1 ? $params[0] : \@params);
 	my $locale = $self->session->session_locale;
 
-	$self->log(I, "request $method $locale $argstr");
+	$self->log(I, "request $locale $method $argstr");
 
 	if( ($self->{xact} or $always_xact) and 
 			$self->session->state != OpenSRF::AppSession::CONNECTED() ) {



More information about the open-ils-commits mailing list