diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-20 14:01:49 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-20 14:01:49 -0800 |
commit | 3bb86f91bc345f74057debe1f8f680098895a40e (patch) | |
tree | 6a658afeb364c49c883f45b3ed8599597f8c8a2b /indra/newview/llvoiceclient.cpp | |
parent | 95ca60cafe1e3ae77d8c720cdfbc1850a890847b (diff) |
Clean up some logging
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 5fedfc943b..479cf5a04d 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -1867,7 +1867,7 @@ void LLVoiceClient::stateMachine() } else { - LL_WARNS("Voice") << "region doesn't have ProvisionVoiceAccountRequest capability!" << LL_ENDL; + LL_WARNS_ONCE("Voice") << "region doesn't have ProvisionVoiceAccountRequest capability!" << LL_ENDL; } } } |