From 1be15b3d3a3cb73cf244ea108839054872a27344 Mon Sep 17 00:00:00 2001
From: Callum Prentice <callum@gmail.com>
Date: Fri, 30 Sep 2016 15:20:37 -0700
Subject: [PATCH] Log volume control values for debugging

---
 indra/llplugin/llpluginclassmedia.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index 3d173d04595..5469ec0f5c9 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);
-- 
GitLab