Removed a stderr debug message that was accidentally left in (bug #1863153)
This commit is contained in:
parent
2fcaa00e3a
commit
a55e6c10c9
3
NEWS
3
NEWS
@ -1,6 +1,7 @@
|
|||||||
Version 0.19 ( )
|
Version 0.19 ( )
|
||||||
-------------------------------
|
-------------------------------
|
||||||
-
|
- Removed a stderr debug message that was accidentally left in (bug #1863153)
|
||||||
|
|
||||||
|
|
||||||
Version 0.18 (November 11 2007)
|
Version 0.18 (November 11 2007)
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
@ -1414,7 +1414,6 @@ libssh2_channel_read_ex(LIBSSH2_CHANNEL * channel, int stream_id, char *buf,
|
|||||||
} while (rc > 0);
|
} while (rc > 0);
|
||||||
|
|
||||||
if ((rc < 0) && (rc != PACKET_EAGAIN)) {
|
if ((rc < 0) && (rc != PACKET_EAGAIN)) {
|
||||||
fprintf(stderr, "return rc = %d\n", rc);
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
channel->read_bytes_read = 0;
|
channel->read_bytes_read = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user