Turn off auth-source-debug by default.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 17 Feb 2011 12:08:57 +0000 (06:08 -0600)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 17 Feb 2011 12:08:57 +0000 (06:08 -0600)
* auth-source.el (auth-source-debug): Default to off.

lisp/ChangeLog
lisp/auth-source.el

index cf57d78..9e05e74 100644 (file)
@@ -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)
index e866f6b..a5be129 100644 (file)
@@ -158,7 +158,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.