diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-09-25 16:51:28 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-09-25 16:51:28 -0700 |
commit | 79deb8c73562301f1bc6cb38167e0da751920b61 (patch) | |
tree | f4a5516746aa204dbbc3fd0c57354448c617cabe /indra/llplugin | |
parent | ae10e78d978360871556b1cee615cd79ef381184 (diff) | |
parent | cb5a0a5686799ec834f16a0bc273d24f62140753 (diff) |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llplugin')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index dbd96673a1..0644d2638c 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -1074,7 +1074,7 @@ void LLPluginClassMedia::receivePluginMessage(const LLPluginMessage &message) mAuthURL = message.getValue("url"); mAuthRealm = message.getValue("realm"); mediaEvent(LLPluginClassMediaOwner::MEDIA_EVENT_AUTH_REQUEST); - } + } else if(message_name == "debug_message") { mDebugMessageText = message.getValue("message_text"); |