From 30431d229a4164e212bac2b1eb3aae11d5916091 Mon Sep 17 00:00:00 2001 From: davilla Date: Tue, 15 Oct 2013 14:17:09 -0400 Subject: [PATCH] droid: I think we have had enough of this spew --- xbmc/android/activity/XBMCApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xbmc/android/activity/XBMCApp.cpp b/xbmc/android/activity/XBMCApp.cpp index f132fbd..1dc2a54 100644 --- a/xbmc/android/activity/XBMCApp.cpp +++ b/xbmc/android/activity/XBMCApp.cpp @@ -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; } -- 2.7.4