From 32ec2be0b64ba538500f4231603f0425a45ce46d Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Wed, 5 Feb 2014 21:39:50 -0500 Subject: [PATCH] SimFeatures spew demoted to logcontrol debugs. --- indra/newview/llviewerregion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 0754d1d2e..b68722e19 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1281,7 +1281,7 @@ void LLViewerRegion::setSimulatorFeatures(const LLSD& sim_features) std::stringstream str; LLSDSerialize::toPrettyXML(sim_features, str); - llinfos << str.str() << llendl; + LL_DEBUGS("SimFeatures") << "\n" << str.str() << LL_ENDL; mSimulatorFeatures = sim_features; mFeaturesReceived = true;