From: erickson Date: Thu, 3 May 2007 15:17:21 +0000 (+0000) Subject: lowered log level on user fetch failure, since it is a common occurrence X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f0db56a1a5348f71122e4fc9ab1c34ab8122b159;p=Evergreen.git 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 --- 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 {