Adjust logging error message.
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 17 Nov 2011 14:59:12 +0000 (14:59 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 17 Nov 2011 14:59:12 +0000 (14:59 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@926 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/XMLToolingConfig.cpp

index fd6ce97..f67bb14 100644 (file)
@@ -359,7 +359,7 @@ bool XMLToolingInternalConfig::log_config(const char* config)
 #endif
        }
     catch (const ConfigureFailure& e) {
-        string msg = string("failed to configure logging: ") + e.what();
+        string msg = string("error in file permissions or logging configuration: ") + e.what();
         Category::getInstance(XMLTOOLING_LOGCAT".Logging").crit(msg);
 #ifdef WIN32
         LogEvent(nullptr, EVENTLOG_ERROR_TYPE, 2100, nullptr, msg.c_str());