mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
oops, removing debug output that wasn't supposed to be there
This commit is contained in:
parent
07416b61e3
commit
460459e8db
1 changed files with 0 additions and 3 deletions
|
|
@ -2578,9 +2578,6 @@ ssize_t Curl_sftp_send(struct connectdata *conn, int sockindex,
|
|||
|
||||
nwrite = libssh2_sftp_write(conn->proto.sshc.sftp_handle, mem, len);
|
||||
|
||||
infof(conn->data, "libssh2_sftp_write() returned %d (told to send %d)\n",
|
||||
nwrite, (int)len);
|
||||
|
||||
ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE);
|
||||
|
||||
if(nwrite == LIBSSH2_ERROR_EAGAIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue