From 9b1f0e41ae9286a571b8b6dbd865c819acd0d162 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 16 May 2008 15:24:04 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-101 --- shibsp/SPConfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shibsp/SPConfig.cpp b/shibsp/SPConfig.cpp index 65d5b74..52ceecd 100644 --- a/shibsp/SPConfig.cpp +++ b/shibsp/SPConfig.cpp @@ -114,7 +114,8 @@ bool SPConfig::init(const char* catalog_path, const char* inst_prefix) loglevel = SHIBSP_LOGGING; std::string ll(loglevel); PathResolver localpr; - XMLToolingConfig::getConfig().log_config(localpr.resolve(ll, PathResolver::XMLTOOLING_CFG_FILE, PACKAGE_NAME, inst_prefix).c_str()); + localpr.setDefaultPrefix(inst_prefix); + XMLToolingConfig::getConfig().log_config(localpr.resolve(ll, PathResolver::XMLTOOLING_CFG_FILE, PACKAGE_NAME).c_str()); Category& log=Category::getInstance(SHIBSP_LOGCAT".Config"); log.debug("%s library initialization started", PACKAGE_STRING); -- 2.1.4