droid: I think we have had enough of this spew
authordavilla <davilla@4pi.com>
Tue, 15 Oct 2013 18:17:09 +0000 (14:17 -0400)
committerdavilla <davilla@4pi.com>
Thu, 17 Oct 2013 23:22:03 +0000 (19:22 -0400)
xbmc/android/activity/XBMCApp.cpp

index f132fbd..1dc2a54 100644 (file)
@@ -500,7 +500,7 @@ int CXBMCApp::GetMaxSystemVolume()
   {
     maxVolume = GetMaxSystemVolume(env);
   }
-  android_printf("CXBMCApp::GetMaxSystemVolume: %i",maxVolume);
+  //android_printf("CXBMCApp::GetMaxSystemVolume: %i",maxVolume);
   return maxVolume;
 }
 
@@ -509,7 +509,7 @@ int CXBMCApp::GetMaxSystemVolume(JNIEnv *env)
   CJNIAudioManager audioManager(getSystemService("audio"));
   if (audioManager)
     return audioManager.getStreamMaxVolume();
-    android_printf("CXBMCApp::SetSystemVolume: Could not get Audio Manager");
+  android_printf("CXBMCApp::SetSystemVolume: Could not get Audio Manager");
   return 0;
 }