Got rid of duplicate rsync: prefix from an rsyserr() call.
authorWayne Davison <wayned@samba.org>
Sun, 2 Apr 2006 15:02:02 +0000 (15:02 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 2 Apr 2006 15:02:02 +0000 (15:02 +0000)
params.c

index 9598146..e70685b 100644 (file)
--- 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);
     }