Fix log message

This commit is contained in:
Christopher Baines 2025-01-06 18:53:19 +00:00
parent d3c87fb1dc
commit 52a307612f

View file

@ -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)))