diff options
Diffstat (limited to 'src/io.c')
-rw-r--r-- | src/io.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,8 +25,6 @@ restartable_read(unsigned char *buf, size_t buflen) return -1; } else if (readb == 0) { - logmsg("ERROR: EOF trying to read additional %d bytes from " - "standard input", buflen - rc); return -1; } |