Commit 24b1b802038f6c18a995e0b6a3a058eb42d2d728

Authored by Perry Werneck
1 parent bbd4411c
Exists in master

Incluindo mensagem de debug quando a sessão é destruida por requisição do cliente.

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/gobject.c
... ... @@ -101,6 +101,10 @@ void pw3270_dbus_destroy_session(PW3270Dbus *object, const gchar *id, DBusGMetho
101 101  
102 102 session_destroy(ses);
103 103  
  104 +#ifdef DEBUG
  105 + g_message("Session %s was destroyed",id);
  106 +#endif
  107 +
104 108 dbus_g_method_return(context,0);
105 109 }
106 110  
... ...