Skip to content

Commit

Permalink
oops, removing debug output that wasn't supposed to be there
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 19, 2008
1 parent 07416b6 commit 460459e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ssh.c
Expand Up @@ -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)
Expand Down

0 comments on commit 460459e

Please sign in to comment.