changed error message presented when an ftp fails
authorewt <devnull@localhost>
Fri, 15 Mar 1996 23:00:55 +0000 (23:00 +0000)
committerewt <devnull@localhost>
Fri, 15 Mar 1996 23:00:55 +0000 (23:00 +0000)
CVS patchset: 476
CVS date: 1996/03/15 23:00:55

install.c

index 2c4029e..ee8183a 100644 (file)
--- a/install.c
+++ b/install.c
@@ -77,7 +77,7 @@ void doInstall(char * prefix, char * arg, int installFlags, int interfaceFlags)
        }
        fd = getFtpURL(prefix, arg + 6);
        if (fd < 0) {
-           fprintf(stderr, "error: cannot ftp %s\n", arg);
+           fprintf(stderr, "error: ftp of %s failed\n", arg);
            return;
        }
     } else {