Tweaked an error message.
authorWayne Davison <wayned@samba.org>
Thu, 11 Sep 2003 04:53:01 +0000 (04:53 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 11 Sep 2003 04:53:01 +0000 (04:53 +0000)
options.c

index d040725..d329f35 100644 (file)
--- a/options.c
+++ b/options.c
@@ -397,7 +397,7 @@ void option_error(void)
 {
        if (err_buf[0]) {
                rprintf(FLOG, "%s", err_buf);
-               rprintf(FERROR, "%s: %s", RSYNC_NAME, err_buf);
+               rprintf(FERROR, RSYNC_NAME ": %s", err_buf);
        } else {
                rprintf (FERROR, "Error parsing options: "
                         "option may be supported on client but not on server?\n");