diff options
-rw-r--r-- | guix-data-service/web/controller.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/controller.scm b/guix-data-service/web/controller.scm index cdf2318..8ce5849 100644 --- a/guix-data-service/web/controller.scm +++ b/guix-data-service/web/controller.scm @@ -745,7 +745,7 @@ ((method path-components ...) (simple-format (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 "/") key args))) |