aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index ef817cf..67e4075 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -1753,6 +1753,7 @@ void LLVoiceClient::stateMachine()
1753 else 1753 else
1754 { 1754 {
1755 LL_INFOS("Voice") << exe_path << " not found." << LL_ENDL; 1755 LL_INFOS("Voice") << exe_path << " not found." << LL_ENDL;
1756 mVoiceEnabled = false;
1756 } 1757 }
1757 } 1758 }
1758 else 1759 else