Commit d7cf91522f07e2e5d69045156c0656262741682a

Authored by Perry Werneck
1 parent ba2a2d28

Incluindo consulta ao comando IND$FILE no trace de debug para confirmar formato.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/lib3270/ft.c
... ... @@ -497,6 +497,9 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state);
497 497 }
498 498  
499 499 snconcat(buffer,4095,"%s","\n");
  500 +
  501 + trace("%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer);
  502 +
500 503 trace_ds(hSession,"\n%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer);
501 504  
502 505 // Erase the line and enter the command.
... ...