Demote common "Splitting" warning to debugs

This commit is contained in:
Inusaito Sayori
2013-10-11 04:06:38 -04:00
parent f268c26a3a
commit 9429b875aa

View File

@@ -1254,7 +1254,7 @@ void LLFloaterIMPanel::onSendMsg()
std::string send = utf8_text.substr(pos, next_split);
pos += next_split;
LL_WARNS("Splitting") << "Pos: " << pos << " next_split: " << next_split << LL_ENDL;
LL_DEBUGS("Splitting") << "Pos: " << pos << " next_split: " << next_split << LL_ENDL;
deliver_message(send,
mSessionUUID,