From 14a64cbaa5f1e42d0cc56237706e5322d0753fb6 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 20 Aug 2008 14:42:58 +0000 Subject: [PATCH] log the locale before the method name so it will still be possible to copy/paste method+params directly from log files git-svn-id: svn://svn.open-ils.org/ILS/trunk@10380 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm index 337fff71fa..c6c4196136 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm @@ -290,7 +290,7 @@ sub request { 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() ) { -- 2.43.2