diff options
author | Jacek Antonelli | 2009-01-30 18:04:41 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-30 18:04:41 -0600 |
commit | 9c8fb6edf97028c307d3e850a70779e967c0bcfc (patch) | |
tree | 72eff8d05a43e65c2e6ff69b336139dacb9d8742 /linden/indra/llaudio/audioengine_openal.cpp | |
parent | Fix crash with two instances logged in to opensim. (diff) | |
download | meta-impy-9c8fb6edf97028c307d3e850a70779e967c0bcfc.zip meta-impy-9c8fb6edf97028c307d3e850a70779e967c0bcfc.tar.gz meta-impy-9c8fb6edf97028c307d3e850a70779e967c0bcfc.tar.bz2 meta-impy-9c8fb6edf97028c307d3e850a70779e967c0bcfc.tar.xz |
Disabled spammy loadWAV error for nonexistent files.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llaudio/audioengine_openal.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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) | |||
348 | else | 348 | else |
349 | { | 349 | { |
350 | // It's common for the file to not actually exist. | 350 | // It's common for the file to not actually exist. |
351 | LL_DEBUGS("OpenAL") << | 351 | //LL_DEBUGS("OpenAL") << |
352 | "LLAudioBufferOpenAL::loadWAV() Error loading " | 352 | // "LLAudioBufferOpenAL::loadWAV() Error loading " |
353 | << filename | 353 | // << filename |
354 | << " " << alutGetErrorString(error) << LL_ENDL; | 354 | // << " " << alutGetErrorString(error) << LL_ENDL; |
355 | } | 355 | } |
356 | return false; | 356 | return false; |
357 | } | 357 | } |