aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-method.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-method.el b/sx-method.el
index feebd84..5499fb1 100644
--- a/sx-method.el
+++ b/sx-method.el
@@ -35,7 +35,7 @@
(filter 'none)
auth
(url-method "GET")
- (site sx-site-default))
+ site)
"Call METHOD with additional keys.
:ID is the id associated with a question, answer, comment, post or
@@ -58,7 +58,7 @@ Return the entire response as a complex alist."
(when submethod
(format "/%s" submethod))))
(call 'sx-request-make))
- (lwarn "sx-call-method" :warning "A: %S T: %S. M: %S,%s. F: %S" (equal 'warn auth)
+ (lwarn "sx-call-method" :debug "A: %S T: %S. M: %S,%s. F: %S" (equal 'warn auth)
access-token method-auth full-method filter-auth)
(unless access-token
(cond