index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 3 |
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 |