X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/612d3765227d9d43bd9ba93986f8d9e6ee7baa47..041d67b85db8f92b3f4564ff8d90ff7116afc411:/detect-renamed.diff diff --git a/detect-renamed.diff b/detect-renamed.diff index d851dd6..6c300b1 100644 --- a/detect-renamed.diff +++ b/detect-renamed.diff @@ -350,7 +350,7 @@ TODO: @@ -434,12 +561,14 @@ static void delete_in_dir(struct file_li return; /* Impossible... */ - if (io_error && !(lp_ignore_errors(module_id) || ignore_errors)) { + if (io_error && !ignore_errors) { - if (already_warned) + if (!already_warned) { + rprintf(FINFO,