[Freeswitch-branches] [commit] r11920 - freeswitch/branches/gmaruzz/mod_skypiax

FreeSWITCH SVN gmaruzz at freeswitch.org
Thu Feb 12 03:33:25 PST 2009


Author: gmaruzz
Date: Thu Feb 12 05:33:25 2009
New Revision: 11920

Log:
skypiax: cleaning on Visual C

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	Thu Feb 12 05:33:25 2009
@@ -1002,7 +1002,7 @@
     if (globals.SKYPIAX_INTERFACES[interface_id].skypiax_skypeapi_thread) {
 #ifdef WIN32
       if (SendMessage(tech_pvt->SkypiaxHandles.win32_hInit_MainWindowHandle, WM_DESTROY, 0, 0) == FALSE) {  // let's the skypiax_skypeapi_thread_func die
-        ERRORA("WHY FALSE HERE? %d\n", SKYPIAX_P_LOG, GetLastError());
+        DEBUGA_SKYPE("got FALSE here, thread probably was already dead. GetLastError returned: %d\n", SKYPIAX_P_LOG, GetLastError());
       }
 #else
       XEvent e;



More information about the Freeswitch-branches mailing list