diff options
author | Callum Prentice <callum@gmail.com> | 2016-09-30 15:20:37 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2016-09-30 15:20:37 -0700 |
commit | 1be15b3d3a3cb73cf244ea108839054872a27344 (patch) | |
tree | bee0e060e1f75a42a20ebac1b1e464a0de4ee671 /indra/llplugin | |
parent | 100aa4b79e5ef1aa7ea49fd5ca9a78fa5dfd713c (diff) |
Log volume control values for debugging
Diffstat (limited to 'indra/llplugin')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index 3d173d0459..5469ec0f5c 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -1456,6 +1456,8 @@ void LLPluginClassMedia::setVolume(float volume) LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA_TIME, "set_volume"); + LL_INFOS() << "@@@@@@@@@@ volume is " << volume << LL_ENDL; + message.setValueReal("volume", volume); sendMessage(message); |