A brief msleep() in option_error() may be helpful to ensure that
[rsync/rsync.git] / options.c
index d7c7cbe..df6e0bd 100644 (file)
--- a/options.c
+++ b/options.c
@@ -592,6 +592,7 @@ void option_error(void)
        }
 
        rprintf(FERROR, RSYNC_NAME ": %s", err_buf);
+       msleep(20);
 }