_libssh2_transport_write: remove fprintf remainder
Mistake from previous debugging
This commit is contained in:
parent
bcd7eee1d2
commit
76a30f2c6f
@ -843,7 +843,6 @@ _libssh2_transport_write(LIBSSH2_SESSION * session, unsigned char *data,
|
||||
p->ototal_num = total_length;
|
||||
return LIBSSH2_ERROR_EAGAIN;
|
||||
}
|
||||
fprintf(stderr, "this? ret == %d, errno == %d\n", ret, errno);
|
||||
return LIBSSH2_ERROR_SOCKET_SEND;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user