From f0db56a1a5348f71122e4fc9ab1c34ab8122b159 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 3 May 2007 15:17:21 +0000 Subject: [PATCH] lowered log level on user fetch failure, since it is a common occurrence git-svn-id: svn://svn.open-ils.org/ILS/trunk@7196 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/c-apps/oils_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c index ad3fb3dcfb..24b718ffed 100644 --- a/Open-ILS/src/c-apps/oils_auth.c +++ b/Open-ILS/src/c-apps/oils_auth.c @@ -502,7 +502,7 @@ oilsEvent* _oilsAuthResetTimeout( char* authToken ) { jsonObject* cacheObj = osrfCacheGetObject( key ); if(!cacheObj) { - osrfLogError(OSRF_LOG_MARK, "No user in the cache exists with key %s", key); + osrfLogInfo(OSRF_LOG_MARK, "No user in the cache exists with key %s", key); evt = oilsNewEvent(OSRF_LOG_MARK, OILS_EVENT_NO_SESSION); } else { -- 2.11.0