Commit 5e6ca2002955566992acb0b584140008ad9d9034

Authored by Perry Werneck
1 parent 3c244c02
Exists in master and in 1 other branch develop

Updating debug message.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/v3270/callbacks.c
... ... @@ -346,7 +346,7 @@ static void popup_handler(H3270 *session, LIB3270_NOTIFY type, const char *title
346 346  
347 347 static gboolean bg_update_ssl(H3270 *session)
348 348 {
349   - trace("%s",__FUNCTION__);
  349 + trace("%s(%p,%p)",__FUNCTION__,session,lib3270_get_user_data(session));
350 350  
351 351 v3270_blink_ssl(GTK_V3270(lib3270_get_user_data(session)));
352 352  
... ...