lowered log level on user fetch failure, since it is a common occurrence
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 May 2007 15:17:21 +0000 (15:17 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 May 2007 15:17:21 +0000 (15:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7196 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/c-apps/oils_auth.c

index ad3fb3d..24b718f 100644 (file)
@@ -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 {