1
1

Removed a stderr debug message that was accidentally left in (bug #1863153)

Этот коммит содержится в:
Dan Fandrich 2008-01-03 19:12:50 +00:00
родитель 2fcaa00e3a
Коммит a55e6c10c9
2 изменённых файлов: 2 добавлений и 2 удалений

3
NEWS
Просмотреть файл

@ -1,6 +1,7 @@
Version 0.19 ( )
-------------------------------
-
- Removed a stderr debug message that was accidentally left in (bug #1863153)
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);
if ((rc < 0) && (rc != PACKET_EAGAIN)) {
fprintf(stderr, "return rc = %d\n", rc);
return rc;
}
channel->read_bytes_read = 0;