aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/io.c b/src/io.c
index dcc055f..565b1ac 100644
--- a/src/io.c
+++ b/src/io.c
@@ -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;
}