emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb ef936b286b 2/3: Make migration error reports easie


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb ef936b286b 2/3: Make migration error reports easier to read
Date: Wed, 19 Jan 2022 14:25:02 -0500 (EST)

branch: externals/ebdb
commit ef936b286bf28ac43efc2f5fc81e7f8dc4e3a2d6
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Make migration error reports easier to read
    
    * ebdb-migrate.el (ebdb-migrate-from-bbdb): These lines could be long;
    break between the record and the error message.
---
 ebdb-migrate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-migrate.el b/ebdb-migrate.el
index 8028d4e112..d23757f988 100644
--- a/ebdb-migrate.el
+++ b/ebdb-migrate.el
@@ -438,7 +438,7 @@ BBDB sets the default of that option."
          (insert
           (mapconcat
            (lambda (r)
-             (format "%S, error: %S" (car r) (cadr r)))
+             (format "%S\nerror: %S" (car r) (cadr r)))
            duds "\n\n"))
          (fit-window-to-buffer)
          (goto-char (point-min)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]