From: Sebastian B. <sb...@us...> - 2013-12-24 09:28:23
|
Update of /cvsroot/simplemail/simplemail/gtk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv659/gtk Modified Files: subthreads.c Log Message: Added logging for printing the address of the new thread. Index: subthreads.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/gtk/subthreads.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- subthreads.c 24 Dec 2013 09:28:01 -0000 1.57 +++ subthreads.c 24 Dec 2013 09:28:20 -0000 1.58 @@ -183,6 +183,8 @@ struct thread_add_data *tad = (struct thread_add_data*)udata; struct thread_s *t = tad->thread; + SM_DEBUGF(20,("New thread %p\n", t)); + /* TODO: Catch errors and inform parent task */ t->thread = g_thread_self(); t->context = g_main_context_new(); |