From c3532c1b7e8cfa6325780e82782919732bbe6e5e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 3 Jun 2023 08:53:37 +0200 Subject: make sanity-check more verbose * tell, which architecture is broken --- bin/sanity-check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf