diff options
| author | Wayne Davison <wayned@samba.org> | 2006-04-02 15:02:02 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2006-04-02 15:02:02 +0000 |
| commit | 415b5983461ac3079cec2f1a80b7d73cbf6328ff (patch) | |
| tree | 8438c7189a5fed3a10884958e5a298de1e960280 /params.c | |
| parent | 69627d66f82094da954018fb0a328271d23e511f (diff) | |
| download | android_external_rsync-415b5983461ac3079cec2f1a80b7d73cbf6328ff.tar.gz android_external_rsync-415b5983461ac3079cec2f1a80b7d73cbf6328ff.tar.bz2 android_external_rsync-415b5983461ac3079cec2f1a80b7d73cbf6328ff.zip | |
Got rid of duplicate rsync: prefix from an rsyserr() call.
Diffstat (limited to 'params.c')
| -rw-r--r-- | params.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
