pidgin: fa8d1826: Gadu-Gadu: more debug messages for win32...

tomkiewicz at cpw.pidgin.im tomkiewicz at cpw.pidgin.im
Fri Oct 14 15:31:22 EDT 2011


----------------------------------------------------------------------
Revision: fa8d18266b8cb924af4e65d8970175c0d8b7fffa
Parent:   83983851eaa1cf72c099e01242b082147f70955d
Author:   tomkiewicz at cpw.pidgin.im
Date:     10/14/11 15:24:43
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fa8d18266b8cb924af4e65d8970175c0d8b7fffa

Changelog: 

Gadu-Gadu: more debug messages for win32thread resolver.

Changes against parent 83983851eaa1cf72c099e01242b082147f70955d

  patched  libpurple/protocols/gg/lib/resolver.c

-------------- next part --------------
============================================================
--- libpurple/protocols/gg/lib/resolver.c	de746848ad54b347d8c2997e9e6486c478fa9105
+++ libpurple/protocols/gg/lib/resolver.c	3cf35dc9a196c16e6e9e381385bfd4b832d72d32
@@ -508,6 +508,8 @@ static int gg_resolve_win32thread(int *f
 		return -1;
 	}
 
+	gg_debug(GG_DEBUG_MISC, "// gg_resolve_win32thread() creating pipes...\n");
+
 	if (socket_pipe(pipes) == -1) {
 		gg_debug(GG_DEBUG_MISC, "// gg_resolve_win32thread() unable to create pipes (errno=%d, %s)\n", errno, strerror(errno));
 		return -1;
@@ -529,6 +531,8 @@ static int gg_resolve_win32thread(int *f
 
 	d->fd = pipes[1];
 
+	gg_debug(GG_DEBUG_MISC, "// gg_resolve_win32thread() creating thread...\n");
+
 	h = CreateThread(NULL, 0, gg_resolve_win32thread_thread,
 		d, 0, &dwTId);
 


More information about the Commits mailing list