[Freeswitch-svn] [commit] r11512 - freeswitch/branches/gmaruzz/mod_skypiax
FreeSWITCH SVN
gmaruzz at freeswitch.org
Tue Jan 27 10:20:42 PST 2009
Author: gmaruzz
Date: Tue Jan 27 12:20:42 2009
New Revision: 11512
Log:
skypiax: cosmetics
Modified:
freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c
Modified: freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c (original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/mod_skypiax.c Tue Jan 27 12:20:42 2009
@@ -854,7 +854,7 @@
DEBUGA_SKYPE
("interface_id=%d globals.SKYPIAX_INTERFACES[interface_id].context=%s\n",
SKYPIAX_P_LOG, interface_id, globals.SKYPIAX_INTERFACES[interface_id].context);
- NOTICA("STARTING interface_id=%d\n", SKYPIAX_P_LOG, interface_id);
+ NOTICA("Trying to START interface_id=%d\n", SKYPIAX_P_LOG, interface_id);
switch_threadattr_create(&skypiax_skypeapi_thread_attr, skypiax_module_pool);
switch_threadattr_stacksize_set(skypiax_skypeapi_thread_attr,
@@ -888,7 +888,7 @@
if(globals.SKYPIAX_INTERFACES[interface_id].SkypiaxHandles.api_connected){
NOTICA("STARTED interface_id=%d\n", SKYPIAX_P_LOG, interface_id);
} else {
- ERRORA("interface_id=%d has not been started\n", SKYPIAX_P_LOG, interface_id);
+ ERRORA("FAILED to start interface_id=%d\n", SKYPIAX_P_LOG, interface_id);
break;
}
More information about the Freeswitch-svn
mailing list