From f0d6200e8e852b7c9b6b2b8fae9541a64b8d9133 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Sun, 5 Feb 2012 21:53:12 +0100 Subject: [PATCH] Build fix for Visual Studio --- indra/newview/llwlhandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llwlhandlers.cpp b/indra/newview/llwlhandlers.cpp index 669ffb070..2c245480a 100644 --- a/indra/newview/llwlhandlers.cpp +++ b/indra/newview/llwlhandlers.cpp @@ -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();