From: Bill Erickson Date: Fri, 1 Aug 2014 20:31:47 +0000 (-0400) Subject: LP#1347774 improve editor json_query error log X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=005bb6193ba74fb4e5cb456fcd9fa113a976d100;p=working%2FEvergreen.git LP#1347774 improve editor json_query error log Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/CStoreEditor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/CStoreEditor.pm index e04c686203..c2893241b4 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/CStoreEditor.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/CStoreEditor.pm @@ -934,7 +934,7 @@ sub json_query { my( $self, $arg, $options ) = @_; if( $self->personality eq 'open-ils.pcrud' ) { - $logger->error("json_query is not allowed when using the ". + $self->log(E, "json_query is not allowed when using the ". "open-ils.pcrud personality of CStoreEditor: " .Dumper($arg)); $self->event(