finch/libfinch.c

changeset 35877
6c3ab2fd4412
parent 35850
1abeda205d6c
child 35989
2b5a26ddbb69
child 37138
a5f26022c3a5
equal deleted inserted replaced
35876:b0ff48096c0d 35877:6c3ab2fd4412
172 closure->result, g_io_channel_unix_get_fd(source)); 172 closure->result, g_io_channel_unix_get_fd(source));
173 #endif 173 #endif
174 174
175 #ifdef _WIN32 175 #ifdef _WIN32
176 if(! purple_cond) { 176 if(! purple_cond) {
177 #if DEBUG 177 #if 0
178 purple_debug_misc("gnt_eventloop", 178 purple_debug_misc("gnt_eventloop",
179 "CLOSURE received GIOCondition of 0x%x, which does not" 179 "CLOSURE received GIOCondition of 0x%x, which does not"
180 " match 0x%x (READ) or 0x%x (WRITE)\n", 180 " match 0x%x (READ) or 0x%x (WRITE)\n",
181 condition, FINCH_READ_COND, FINCH_WRITE_COND); 181 condition, FINCH_READ_COND, FINCH_WRITE_COND);
182 #endif /* DEBUG */ 182 #endif /* DEBUG */

mercurial