aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine_openal.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llaudio/audioengine_openal.cpp8
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 }