Commit 532dfc3e8d43bb6cac5413cf327dc7067357332d
1 parent
7a2ecf8f
Exists in
master
and in
3 other branches
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
... | ... | @@ -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. | ... | ... |