X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4875d6b64dd0ed8d451746cc0cc609cff36192bd..e26cfccf1651a65046d9ed21d1bbde3914f416a2:/params.c diff --git a/params.c b/params.c index f48ed0f2..e70685b1 100644 --- a/params.c +++ b/params.c @@ -491,8 +491,8 @@ static FILE *OpenConfFile( char *FileName ) OpenedFile = fopen( FileName, "r" ); if( NULL == OpenedFile ) { - rsyserr(FERROR, errno, "rsync: unable to open configuration file \"%s\"", - safe_fname(FileName)); + rsyserr(FERROR, errno, "unable to open configuration file \"%s\"", + FileName); } return( OpenedFile );