From a83600cc82a607ec4824eff6b220e047329617d8 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 8 Apr 2002 09:10:50 +0000 Subject: [PATCH] Change error message "partial transfer" to "some files could not be transferred". I don't generally like changing that sort of thing, but I think this one was a persistent source of confusion. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index e79bc220..ab8644ed 100644 --- a/log.c +++ b/log.c @@ -51,7 +51,7 @@ struct { { RERR_SIGNAL , "received SIGUSR1 or SIGINT" }, { RERR_WAITCHILD , "some error returned by waitpid()" }, { RERR_MALLOC , "error allocating core memory buffers" }, - { RERR_PARTIAL , "partial transfer" }, + { RERR_PARTIAL , "some files could not be transferred" }, { RERR_TIMEOUT , "timeout in data send/receive" }, { RERR_CMD_FAILED , "remote shell failed" }, { RERR_CMD_KILLED , "remote shell killed" }, -- 2.34.1