Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/sanity-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-xbin/sanity-check3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 2844246..36d4db0 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -434,7 +434,8 @@ while [ $# -gt 0 ]; do
)
if [ -n "${errors}" ]; then
if [ ${silence} -le 1 ]; then
- printf '\nThe following packages in %s are missing from the file-database or vice versa:\n%s\n' \
+ printf '\nThe following packages in %s/%s are missing from the file-database or vice versa:\n%s\n' \
+ "${arch}" \
"${repo}" \
"${errors}" | \
tee -a "${tmp_dir}/messages" >&2