From ca8e96946efc3e5c187c8b758b2f6c265c9a3a52 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Jul 1998 07:25:42 +0000 Subject: [PATCH] changed wording of an error message --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index c2c43ca7..fc62e452 100644 --- a/io.c +++ b/io.c @@ -119,7 +119,7 @@ static int read_timeout(int fd, char *buf, int len) if (n == 0) { if (eof_error) { - rprintf(FERROR,"EOF in read_timeout\n"); + rprintf(FERROR,"unexpected EOF in read_timeout\n"); } exit_cleanup(1); } -- 2.34.1