Skip to content

Commit 76239bb

Browse files
committed
Make URL visible in error
1 parent 8acf8b6 commit 76239bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql-https.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(declare (ignore c))
2424
(when *quietly-use-https*
2525
(invoke-restart 'use-https)))))
26-
(error "We don't use HTTP here!"))
26+
(error "We don't use HTTP here!~&URL: ~A" url))
2727
(use-https ()
2828
:report "Retry with HTTP."
2929
(apply #'fetcher

0 commit comments

Comments
 (0)