Adjust logging error message.
authorScott Cantor <cantor.2@osu.edu>
Thu, 17 Nov 2011 14:59:12 +0000 (14:59 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 17 Nov 2011 14:59:12 +0000 (14:59 +0000)
xmltooling/XMLToolingConfig.cpp

index fd6ce97..f67bb14 100644 (file)
@@ -359,7 +359,7 @@ bool XMLToolingInternalConfig::log_config(const char* config)
 #endif
        }
     catch (const ConfigureFailure& e) {
 #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());
         Category::getInstance(XMLTOOLING_LOGCAT".Logging").crit(msg);
 #ifdef WIN32
         LogEvent(nullptr, EVENTLOG_ERROR_TYPE, 2100, nullptr, msg.c_str());