X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2206abf88410dc19632faf6743eae525ad94199a..416cef36e98fc2ce2c75bd76b8e97d892a3d88b8:/loadparm.c diff --git a/loadparm.c b/loadparm.c index 3515358e..f5e1f161 100644 --- a/loadparm.c +++ b/loadparm.c @@ -17,7 +17,7 @@ * and Karl Auer. Some of the changes are: * * Copyright (C) 2001, 2002 Martin Pool - * Copyright (C) 2003-2008 Wayne Davison + * Copyright (C) 2003-2009 Wayne Davison */ /* Load parameters. @@ -44,7 +44,7 @@ */ #include "rsync.h" -#include "ifuncs.h" +#include "itypes.h" extern item_list dparam_list; @@ -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; }