gnupdate: Display FTP exceptions more nicely.

* maintainers/scripts/gnu/gnupdate (releases): Display MESSAGE and ARGS
  with ~S.

svn path=/nixpkgs/trunk/; revision=26076
This commit is contained in:
Ludovic Courtès 2011-02-23 17:36:21 +00:00
parent 7a99d54ca7
commit b70494961b

View file

@ -658,7 +658,7 @@ pairs. Example: (\"mit-scheme-9.0.1\" . \"/gnu/mit-scheme/stable.pkg/9.0.1\").
result)))))))
(lambda (key subr message . args)
(format (current-error-port)
"failed to get release list for `~A': ~A ~A~%"
"failed to get release list for `~A': ~S ~S~%"
project message args)
'())))