diff options
| author | Merov Linden <merov@lindenlab.com> | 2012-12-19 12:45:59 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2012-12-19 12:45:59 -0800 |
| commit | dcfcc191dd3caaa84d0f789a928a83adf55c13b1 (patch) | |
| tree | a5f6817804bb71646fbe98c85c4a52eedebfc21f /indra/newview/llconversationview.cpp | |
| parent | e32f110b9a17928285dc9e39953abce9eecf9742 (diff) | |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 1 |
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(); } |
