Output the Freeswitch context received and the context set up in the

debugging message so a mismatch can be corrected more easily
arthursv
Melanie 2009-08-04 00:38:20 +01:00
parent d1f772cffd
commit fa20a2685b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
response["int_response_code"] = 200; response["int_response_code"] = 200;
if (Context != requestcontext) if (Context != requestcontext)
{ {
m_log.Debug("[FreeSwitchDirectory] returning empty as it's for another context"); m_log.DebugFormat("[FreeSwitchDirectory] returning empty as it's for context {0} and we are using {1}", requestcontext, Context);
response["str_response_string"] = ""; response["str_response_string"] = "";
} else { } else {
response["str_response_string"] = String.Format(@"<?xml version=""1.0"" encoding=""utf-8""?> response["str_response_string"] = String.Format(@"<?xml version=""1.0"" encoding=""utf-8""?>