Fix log message
This commit is contained in:
parent
d3c87fb1dc
commit
52a307612f
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@
|
||||||
((method path-components ...)
|
((method path-components ...)
|
||||||
(simple-format
|
(simple-format
|
||||||
(current-error-port)
|
(current-error-port)
|
||||||
"error: when processing: /~A ~A\n ~A ~A\n"
|
"error: when processing: ~A /~A\n ~A ~A\n"
|
||||||
method (string-join path-components "/")
|
method (string-join path-components "/")
|
||||||
key args)))
|
key args)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue