mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Fix prefix messages of auth-source-pass debug messages
* lisp/auth-source-pass.el (auth-source-pass--do-debug): Fix message prefix.
This commit is contained in:
parent
7b2d4754a2
commit
a613326e67
@ -150,7 +150,7 @@ CONTENTS is the contents of a password-store formatted file."
|
||||
(defun auth-source-pass--do-debug (&rest msg)
|
||||
"Call `auth-source-do-debug` with MSG and a prefix."
|
||||
(apply #'auth-source-do-debug
|
||||
(cons (concat "auth-source-password-store: " (car msg))
|
||||
(cons (concat "auth-source-pass: " (car msg))
|
||||
(cdr msg))))
|
||||
|
||||
(defun auth-source-pass--select-one-entry (entries user)
|
||||
|
Loading…
Reference in New Issue
Block a user