summaryrefslogtreecommitdiff
path: root/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'params.c')
-rw-r--r--params.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/params.c b/params.c
index 323d20ba..81638118 100644
--- a/params.c
+++ b/params.c
@@ -491,8 +491,8 @@ static FILE *OpenConfFile( char *FileName )
OpenedFile = fopen( FileName, "r" );
if( NULL == OpenedFile )
{
- rprintf(FERROR,"%s Unable to open configuration file \"%s\":\n\t%s\n",
- func, FileName, strerror(errno));
+ rprintf(FERROR,"rsync: unable to open configuration file \"%s\": %s\n",
+ FileName, strerror(errno));
}
return( OpenedFile );