From a202ff49bf73e0c1be566f04b76282e4a3b8ac73 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Thu, 17 Feb 2011 12:50:01 +0000 Subject: [PATCH] auth-source.el (auth-source-debug): Default to off. --- lisp/gnus/ChangeLog | 1 + lisp/gnus/auth-source.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0e5a248c0b2..cc405410db9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -2,6 +2,7 @@ * auth-source.el (auth-source-netrc-parse): Use :port instead of :protocol and accept a missing user, host, or port as a wildcard match. + (auth-source-debug): Default to off. (auth-source-netrc-search, auth-source-netrc-create) (auth-source-secrets-search, auth-source-secrets-create) diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el index 42386250c4f..29a3ca06707 100644 --- a/lisp/gnus/auth-source.el +++ b/lisp/gnus/auth-source.el @@ -148,7 +148,7 @@ let-binding." :version "23.2" ;; No Gnus :type `boolean) -(defcustom auth-source-debug t +(defcustom auth-source-debug nil "Whether auth-source should log debug messages. If the value is nil, debug messages are not logged. -- 2.39.2