aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-09-30 23:34:05 +0000
committerdavilla <davilla@svn>2010-09-30 23:34:05 +0000
commit7c03115df4dd814dae307a36e801743cb587ce80 (patch)
tree2c20ebfdfdb390648182bd43ac40b5298bcb9ffe
parentb85021cb2edf636785c4492d117855a21e44a252 (diff)
merge r34248. fixed, this is not an error
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34349 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/cores/AudioRenderers/CoreAudioRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/AudioRenderers/CoreAudioRenderer.cpp b/xbmc/cores/AudioRenderers/CoreAudioRenderer.cpp
index 964f27a622..57c697c4f2 100644
--- a/xbmc/cores/AudioRenderers/CoreAudioRenderer.cpp
+++ b/xbmc/cores/AudioRenderers/CoreAudioRenderer.cpp
@@ -879,7 +879,7 @@ bool CCoreAudioRenderer::InitializeEncoded(AudioDeviceID outputDevice, UInt32 sa
if (!outputFormat.mFormatID) // No match found
{
- CLog::Log(LOGERROR, "CoreAudioRenderer::InitializeEncoded: Unable to identify suitable output format.");
+ CLog::Log(LOGDEBUG, "CoreAudioRenderer::InitializeEncoded: Unable to identify suitable output format.");
return false;
}