summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-12-19 12:45:59 -0800
committerMerov Linden <merov@lindenlab.com>2012-12-19 12:45:59 -0800
commitdcfcc191dd3caaa84d0f789a928a83adf55c13b1 (patch)
treea5f6817804bb71646fbe98c85c4a52eedebfc21f /indra/newview/llconversationview.cpp
parente32f110b9a17928285dc9e39953abce9eecf9742 (diff)
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rwxr-xr-xindra/newview/llconversationview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index d3a0e882f5..fdba5b7289 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -109,6 +109,7 @@ void LLConversationViewSession::startFlashing()
{
if (mFlashStateOn && !mFlashStarted)
{
+ llinfos << "Merov debug : Start the flashing for " << getName() << llendl;
mFlashStarted = true;
mFlashTimer->startFlashing();
}