Tweaked some whitespace to match the latest version from autoconf.
[rsync/rsync.git] / 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);
     }