X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/852585b1fced8d0df35b14c17f26c4aac633313b..5bfe00688206cde3cbc603e8d47b28788a19ca3a:/main.c diff --git a/main.c b/main.c index 16b283cd..5a06f177 100644 --- a/main.c +++ b/main.c @@ -594,7 +594,7 @@ static char *get_local_name(struct file_list *flist, char *dest_path) if ((*dest_path != '.' || dest_path[1] != '\0') && (check_filter(&daemon_filter_list, FLOG, dest_path, 0) < 0 || check_filter(&daemon_filter_list, FLOG, dest_path, 1) < 0)) { - rprintf(FERROR, "skipping daemon-excluded destination \"%s\"\n", + rprintf(FERROR, "ERROR: daemon has excluded destination \"%s\"\n", dest_path); exit_cleanup(RERR_FILESELECT); }