Commit 8e0847a876817a4d7d20972a8d3016cd5aa62b74
1 parent
dc2c0db1
Exists in
master
and in
1 other branch
Implementando versão android
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
iocallback.c
... | ... | @@ -142,6 +142,7 @@ static void * static_AddTimeOut(unsigned long interval, H3270 *session, void (*p |
142 | 142 | t->fn = proc; |
143 | 143 | t->session = session; |
144 | 144 | |
145 | + trace("Adding timeout with %ld ms",interval); | |
145 | 146 | g_timeout_add_full(G_PRIORITY_DEFAULT, (guint) interval, (GSourceFunc) do_timer, t, g_free); |
146 | 147 | |
147 | 148 | return t; | ... | ... |