diff --git a/ft.c b/ft.c index 43ccf70..09c8cac 100644 --- a/ft.c +++ b/ft.c @@ -354,6 +354,7 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); } snconcat(buffer,4095,"%s","\n"); + trace_ds(hSession,"\n%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer); // Erase the line and enter the command. flen = kybd_prime(ft->host); -- libgit2 0.21.2