branch: master
commit a7e8cf3c93b403253d304981ef239521d074a419
Author: Thierry Volpiatto <thierry.volpia...@gmail.com>
Commit: Thierry Volpiatto <thierry.volpia...@gmail.com>

    When failures have been printed to dired log add the date at bob.
    
    * dired-async.el (dired-async-create-files): Use dired-log with t.
---
 dired-async.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/dired-async.el b/dired-async.el
index d7377a9..df8ea01 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -228,6 +228,8 @@ ESC or `q' to not overwrite any of the remaining files,
                         (dired-log "%s `%s' to `%s' failed\n"
                                    operation from to)))
                   (push (cons from to) async-fn-list)))))
+      ;; When failures have been printed to dired log add the date at bob.
+      (when (or failures skipped) (dired-log t))
       ;; When async-fn-list is empty that's mean only one file
       ;; had to be copied and user finally answer NO.
       ;; In this case async process will never start and callback

Reply via email to