From 1be15b3d3a3cb73cf244ea108839054872a27344 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Fri, 30 Sep 2016 15:20:37 -0700 Subject: Log volume control values for debugging --- indra/llplugin/llpluginclassmedia.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llplugin') 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); -- cgit v1.2.3