[Voice Update] Sync default voice debug level with upstream.

This commit is contained in:
Latif Khalifa
2014-03-12 23:46:11 +01:00
parent bb9a958a1e
commit 1732d6d427
2 changed files with 2 additions and 2 deletions

View File

@@ -16606,7 +16606,7 @@ This should be as low as possible, but too low may break functionality</string>
<key>Type</key>
<string>String</string>
<key>Value</key>
<string>-1</string>
<string>0</string>
</map>
<key>VivoxDebugSIPURIHostName</key>
<map>

View File

@@ -839,7 +839,7 @@ void LLVivoxVoiceClient::stateMachine()
std::string loglevel = gSavedSettings.getString("VivoxDebugLevel");
if(loglevel.empty())
{
loglevel = "-0"; // turn logging off completely
loglevel = "0"; // turn logging off completely
}
args += " -ll ";