diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-09 15:19:56 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-09 15:19:56 +0000 |
commit | be3ad42620fbec5be93ccd0055af8749e26132da (patch) | |
tree | 7e5d13e32c8c3991c4914a1e3919de41bb1a34c6 /indra | |
parent | 6b3191a7bd9540364d76803f71079ab0f1db3545 (diff) |
'Taking over unused buffer' spam from audio engine downgraded from llinfos to lldebugs.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llaudio/llaudioengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine.cpp b/indra/llaudio/llaudioengine.cpp index ed06c85e1a..b92ccd1d77 100644 --- a/indra/llaudio/llaudioengine.cpp +++ b/indra/llaudio/llaudioengine.cpp @@ -592,7 +592,7 @@ LLAudioBuffer * LLAudioEngine::getFreeBuffer() if (buffer_id >= 0) { - llinfos << "Taking over unused buffer " << buffer_id << llendl; + lldebugs << "Taking over unused buffer " << buffer_id << llendl; //llinfos << "Flushing unused buffer!" << llendl; mBuffers[buffer_id]->mAudioDatap->mBufferp = NULL; delete mBuffers[buffer_id]; |