[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master a613326 10/14: Fix prefix messages of auth-source-p
From: |
Nicolas Petton |
Subject: |
[Emacs-diffs] master a613326 10/14: Fix prefix messages of auth-source-pass debug messages |
Date: |
Tue, 5 Jun 2018 09:53:57 -0400 (EDT) |
branch: master
commit a613326e67b568b0b7448331f99dc32a6932c8ad
Author: Damien Cassou <address@hidden>
Commit: Nicolas Petton <address@hidden>
Fix prefix messages of auth-source-pass debug messages
* lisp/auth-source-pass.el (auth-source-pass--do-debug): Fix message
prefix.
---
lisp/auth-source-pass.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/auth-source-pass.el b/lisp/auth-source-pass.el
index c8722a5..42c0344 100644
--- a/lisp/auth-source-pass.el
+++ b/lisp/auth-source-pass.el
@@ -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)
- [Emacs-diffs] master 59d44b5 02/14: * test/lisp/auth-source-pass-tests.el: Add assertions for host:port, (continued)
- [Emacs-diffs] master 59d44b5 02/14: * test/lisp/auth-source-pass-tests.el: Add assertions for host:port, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master a6b1cb0 01/14: * lisp/auth-source-pass.el: Fix headers., Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 53f044c 03/14: Fix indentation in auth-source-pass-tests.el, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 5b31e6d 04/14: Add a test to auth-source-pass-tests.el, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master a52661b 05/14: Add missing test cases to auth-source-pass-tests.el, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 7b2d475 09/14: * lisp/auth-source-pass.el: Update version to 3.0.0, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 1d2551f 07/14: Fix auth-source-pass.el to properly handle special inputs, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master a6cbdd4 11/14: * lisp/auth-source-pass.el: Update version to 4.0.0, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 5d23382 14/14: * lisp/auth-source-pass.el: Update version to 4.0.1, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 24cbb65 08/14: Silence byte compiler warning in auth-source-pass, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master a613326 10/14: Fix prefix messages of auth-source-pass debug messages,
Nicolas Petton <=
- [Emacs-diffs] master 03c50fc 12/14: Make sure auth-source-pass is compatible with Emacs 25, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master 47ccee2 13/14: Test checking that auth-source-pass backend is correctly installed, Nicolas Petton, 2018/06/05
- [Emacs-diffs] master b43ed61 06/14: auth-source-pass: Take care of matching hosts when port is provided, Nicolas Petton, 2018/06/05