Commit 8e0847a876817a4d7d20972a8d3016cd5aa62b74

Authored by perry.werneck@gmail.com
1 parent dc2c0db1
Exists in master and in 1 other branch develop

Implementando versão android

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -142,6 +142,7 @@ static void * static_AddTimeOut(unsigned long interval, H3270 *session, void (*p @@ -142,6 +142,7 @@ static void * static_AddTimeOut(unsigned long interval, H3270 *session, void (*p
142 t->fn = proc; 142 t->fn = proc;
143 t->session = session; 143 t->session = session;
144 144
  145 + trace("Adding timeout with %ld ms",interval);
145 g_timeout_add_full(G_PRIORITY_DEFAULT, (guint) interval, (GSourceFunc) do_timer, t, g_free); 146 g_timeout_add_full(G_PRIORITY_DEFAULT, (guint) interval, (GSourceFunc) do_timer, t, g_free);
146 147
147 return t; 148 return t;