summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2011-07-24 16:25:35 (GMT)
committerOtavio Salvador <otavio@debian.org>2011-07-24 16:25:35 (GMT)
commit5daff52c7894188f515bf019ba7004609bcb2ad2 (patch)
treeb9e4866dcca1ac229ec89ae283cd8f11bcd320b6 /functions
parent28b0d238aa6de8e7d6c160876d6e16413cf6982a (diff)
downloaddebootstrap-5daff52c7894188f515bf019ba7004609bcb2ad2.zip
debootstrap-5daff52c7894188f515bf019ba7004609bcb2ad2.tar.gz
debootstrap-5daff52c7894188f515bf019ba7004609bcb2ad2.tar.bz2
Add more information regarding the version and architecture in case a download fails. Closes: #633625.
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 48699cf..bd01ebe 100644
--- a/functions
+++ b/functions
@@ -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