diff options
author | spag <spag@golwen.net> | 2013-01-12 09:02:24 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-12 09:02:24 +0100 |
commit | 393428c8551f9c8180bb31e6f7c3101c62c8828e (patch) | |
tree | da28a819b5e7d4b445378d6595148eb60844f3e4 /misc/freeswitch/scripts/configuration.lua | |
parent | 16a46466a2c2f74abd74bf2baff3ef8db5ae9602 (diff) |
debug level
Diffstat (limited to 'misc/freeswitch/scripts/configuration.lua')
-rw-r--r-- | misc/freeswitch/scripts/configuration.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/configuration.lua b/misc/freeswitch/scripts/configuration.lua index 5db80c0..3ef1a9c 100644 --- a/misc/freeswitch/scripts/configuration.lua +++ b/misc/freeswitch/scripts/configuration.lua @@ -78,7 +78,7 @@ function profile(database, sofia_ini, profile_name, index, domains, node_id) parameters['force-register-db-domain'] = domains[index]['host']; log:debug('SOFIA_PROFILE ', index,' - name: ', profile_name, ', domain: ', domains[index]['host'], ', sip_bind: ', parameters['sip-ip'], ':', parameters['sip-port']); else - log:error('SOFIA_PROFILE ', index,' - name: ', profile_name, ' - no domains'); + log:debug('SOFIA_PROFILE ', index,' - name: ', profile_name, ' - no domains'); end local gateways_xml = gateways(profile_name); |