From db4d6a48ad77f512243126968e1cbfda89f58863 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 25 Sep 2006 12:33:54 +0000 Subject: [PATCH] changed log line git-svn-id: svn://svn.open-ils.org/ILS/trunk@6207 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 2d391a0134..be38c61f5f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm @@ -308,7 +308,7 @@ sub _checkperm { return undef if $self->perm_checked($perm, $org); return $self->event unless $self->allowed($perm, $org); } else { - $self->log(E, "no perm provided for $ptype.$action"); + $self->log(I, "no perm provided for $ptype.$action"); } return undef; } -- 2.11.0