diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-01-05 16:47:05 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-01-05 16:47:05 -0500 |
commit | e90fbe5b270d8083e9a8e12dacf3e016131938cf (patch) | |
tree | d05136739d0ada9c1909835401c64cfdfd1ada06 /indra/llaudio | |
parent | 2b6348654275a41494eaf4046acbc611af353a9a (diff) | |
parent | 5a99682d16059a486ffa75aee938e3570e54c0c6 (diff) |
merge
Diffstat (limited to 'indra/llaudio')
-rw-r--r-- | indra/llaudio/llstreamingaudio_fmod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llstreamingaudio_fmod.cpp b/indra/llaudio/llstreamingaudio_fmod.cpp index a71a87203c..a4620fa13c 100644 --- a/indra/llaudio/llstreamingaudio_fmod.cpp +++ b/indra/llaudio/llstreamingaudio_fmod.cpp @@ -174,7 +174,7 @@ void LLStreamingAudio_FMOD::update() break; case -3: // failed to open, file not found, perhaps - llwarns << "InternetSteam - failed to open" << llendl; + llwarns << "InternetStream - failed to open" << llendl; stop(); return; case -4: |