mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
fix bad-request-printer
* module/web/request.scm (bad-request-printer): Fix printer to expect args as a list.
This commit is contained in:
parent
8b49b6b1f5
commit
9effafa444
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
|
||||
(define (bad-request-printer port key args default-printer)
|
||||
(apply (case-lambda
|
||||
((msg . args)
|
||||
((msg args)
|
||||
(display "Bad request: " port)
|
||||
(apply format port msg args)
|
||||
(newline port))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue