aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-auth.el')
-rw-r--r--sx-auth.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-auth.el b/sx-auth.el
index e786466..bd8c206 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -115,10 +115,9 @@ If it has `auth-required' SUBMETHODs, or no submethod, return t."
;; eligible, in which case we only need to check the `car'.
(sub-head (if (listp submethod)
(car submethod))))
+ (lwarn " sx-auth method" :debug "Method %s requires auth" method-auth)
(and method-auth
(or
- ;; No submethod specified
- (not submethod)
;; All submethods require auth.
(eq t method-auth)
;; All sub-submethods require auth.