Build fix for Visual Studio

This commit is contained in:
Siana Gearz
2012-02-05 21:53:12 +01:00
parent 47537ba764
commit f0d6200e8e

View File

@@ -195,7 +195,7 @@ bool LLEnvironmentApply::initiateRequest(const LLSD& content)
std::stringstream msg;
msg << reason << " (Code " << status << ")";
LL_WARNS("WindlightCaps") << "Couldn't apply windlight settings to region! Reason: " << msg << LL_ENDL;
LL_WARNS("WindlightCaps") << "Couldn't apply windlight settings to region! Reason: " << msg.str() << LL_ENDL;
LLSD args(LLSD::emptyMap());
args["FAIL_REASON"] = msg.str();