- Don't require a daemon config &directive to use an equal sign.
[rsync/rsync.git] / loadparm.c
index 3515358..bc33b90 100644 (file)
@@ -761,7 +761,7 @@ BOOL set_dparams(int syntax_check_only)
                *equal = '\0';
                if (syntax_check_only) {
                        if (map_parameter(params[j]) < 0) {
-                               rprintf(FCLIENT, "Unknown parameter \"%s\"\n", params[j]);
+                               rprintf(FERROR, "Unknown parameter \"%s\"\n", params[j]);
                                *equal = '=';
                                return False;
                        }