From: Wayne Davison Date: Thu, 11 Sep 2003 04:53:01 +0000 (+0000) Subject: Tweaked an error message. X-Git-Tag: v2.5.7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7b2741f3ae6a0bb58d6051940bf761b7d05b0b2;p=thirdparty%2Frsync.git Tweaked an error message. --- diff --git a/options.c b/options.c index d0407254..d329f35a 100644 --- 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");