mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Clean up freeswitch config to what is currently required. Add explanation to config parameters. Clean up some log messages.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenSim.Services.FreeswitchService
|
||||
m_freeSwitchDefaultWellKnownIP = freeswitchConfig.GetString("ServerAddress", String.Empty);
|
||||
if (m_freeSwitchDefaultWellKnownIP == String.Empty)
|
||||
{
|
||||
m_log.Error("[FREESWITCH]: No FreeswitchServerAddress given, can't continue");
|
||||
m_log.Error("[FREESWITCH]: No ServerAddress given, cannot start service.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user