From 9429b875aaa81dec269f202728ff549f4f299d17 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 11 Oct 2013 04:06:38 -0400 Subject: [PATCH] Demote common "Splitting" warning to debugs --- indra/newview/llimpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index c95658c18..2633f830c 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -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,