summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/import/pypi.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index cf0a7bbdaf..10d5bad017 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -164,7 +164,8 @@ cannot determine package dependencies"))
                   (delete-file req-file)
                   (rmdir dirname)))
               (begin
-                (warning (_ "tar xf failed with exit code ~a") exit-code)
+                (warning (_ "'tar xf' failed with exit code ~a\n")
+                         exit-code)
                 '())))
         '())))