From 86fe1700cb776b8bea14dc46d2a4bf5453782a5d Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 5 Nov 2009 20:16:41 +0000 Subject: [PATCH] Since nobody checks the logs during startup... --- shibsp/handler/impl/AssertionConsumerService.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shibsp/handler/impl/AssertionConsumerService.cpp b/shibsp/handler/impl/AssertionConsumerService.cpp index f88ba99..e2a2290 100644 --- a/shibsp/handler/impl/AssertionConsumerService.cpp +++ b/shibsp/handler/impl/AssertionConsumerService.cpp @@ -364,6 +364,9 @@ ResolutionContext* AssertionConsumerService::resolveAttributes( } } } + else { + m_log.warn("no AttributeExtractor plugin installed, check log during startup"); + } try { AttributeResolver* resolver = application.getAttributeResolver(); -- 2.1.4