SimFeatures spew demoted to logcontrol debugs.

This commit is contained in:
Inusaito Sayori
2014-02-05 21:39:50 -05:00
parent d7dfa91f6f
commit 32ec2be0b6

View File

@@ -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;