From: Wayne Davison Date: Sun, 2 Apr 2006 15:02:02 +0000 (+0000) Subject: Got rid of duplicate rsync: prefix from an rsyserr() call. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/415b5983461ac3079cec2f1a80b7d73cbf6328ff Got rid of duplicate rsync: prefix from an rsyserr() call. --- diff --git a/params.c b/params.c index 95981464..e70685b1 100644 --- a/params.c +++ b/params.c @@ -491,7 +491,7 @@ static FILE *OpenConfFile( char *FileName ) OpenedFile = fopen( FileName, "r" ); if( NULL == OpenedFile ) { - rsyserr(FERROR, errno, "rsync: unable to open configuration file \"%s\"", + rsyserr(FERROR, errno, "unable to open configuration file \"%s\"", FileName); }