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