diff options
author | Otavio Salvador <otavio@debian.org> | 2011-07-24 18:25:35 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@debian.org> | 2011-07-24 18:25:35 +0200 |
commit | 5daff52c7894188f515bf019ba7004609bcb2ad2 (patch) | |
tree | b9e4866dcca1ac229ec89ae283cd8f11bcd320b6 /functions | |
parent | 28b0d238aa6de8e7d6c160876d6e16413cf6982a (diff) | |
download | debootstrap-5daff52c7894188f515bf019ba7004609bcb2ad2.tar.gz |
Add more information regarding the version and architecture in case a download fails. Closes: #633625.
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -612,7 +612,7 @@ download_debs () { dloaddebs="$(($dloaddebs + $size))" echo >>$TARGET/debootstrap/debpaths "$p $debdest" else - warning COULDNTDL "Couldn't download package %s" "$p" + warning COULDNTDL "Couldn't download package %s (ver %s arc %s)" "$p" "$ver" "$arc" fi fi done |