From c593422a13a9f0fa9bddbd3319c7a922c0cb2261 Mon Sep 17 00:00:00 2001 From: scantor Date: Thu, 12 Apr 2012 16:12:57 +0000 Subject: [PATCH] Add logging when remoted session lookup fails. git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3619 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibsp/impl/StorageServiceSessionCache.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shibsp/impl/StorageServiceSessionCache.cpp b/shibsp/impl/StorageServiceSessionCache.cpp index 20c02d0..8a921d7 100644 --- a/shibsp/impl/StorageServiceSessionCache.cpp +++ b/shibsp/impl/StorageServiceSessionCache.cpp @@ -1774,6 +1774,7 @@ void SSCache::receive(DDF& in, ostream& out) string record; time_t lastAccess; if (!m_storage->readText(key, "session", &record, &lastAccess)) { + m_log.debug("session not found in cache (%s)", key); DDF ret(nullptr); DDFJanitor jan(ret); out << ret; -- 2.1.4