From 9c8fb6edf97028c307d3e850a70779e967c0bcfc Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 30 Jan 2009 18:04:41 -0600 Subject: Disabled spammy loadWAV error for nonexistent files. --- ChangeLog.txt | 4 ++++ linden/indra/llaudio/audioengine_openal.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 932a877..ce78186 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,6 +4,10 @@ 2009-01-30 Jacek Antonelli + * linden/indra/llaudio/audioengine_openal.cpp: + Disabled spammy loadWAV error for nonexistent files. + + * linden/indra/newview/llviewerregion.cpp Fix crash with two instances logged in to opensim. Patch by Armin Weatherwax. diff --git a/linden/indra/llaudio/audioengine_openal.cpp b/linden/indra/llaudio/audioengine_openal.cpp index a956131..8f836a6 100644 --- a/linden/indra/llaudio/audioengine_openal.cpp +++ b/linden/indra/llaudio/audioengine_openal.cpp @@ -348,10 +348,10 @@ bool LLAudioBufferOpenAL::loadWAV(const std::string& filename) else { // It's common for the file to not actually exist. - LL_DEBUGS("OpenAL") << - "LLAudioBufferOpenAL::loadWAV() Error loading " - << filename - << " " << alutGetErrorString(error) << LL_ENDL; + //LL_DEBUGS("OpenAL") << + // "LLAudioBufferOpenAL::loadWAV() Error loading " + // << filename + // << " " << alutGetErrorString(error) << LL_ENDL; } return false; } -- cgit v1.1