Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 512:5cc6ea0ef965
array.sh: simplify the output of debug output to make it less verbose
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 01 Sep 2024 11:16:54 +0200 |
| parents | 4186db70abe6 |
| children | fb4ee1fab046 |
| files | share/local-bsdtools/array.sh |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/share/local-bsdtools/array.sh Sun Sep 01 11:15:01 2024 +0200 +++ b/share/local-bsdtools/array.sh Sun Sep 01 11:16:54 2024 +0200 @@ -689,6 +689,6 @@ #: Debug output helper for `array_debug`. #: _array_debug_print_value() { - printf "DEBUG: idx: %s, val: \`%s'\\n" "$2" "$3" 1>&2 + printf "DEBUG: %s: \`%s'\\n" "$2" "$3" 1>&2 return 0 }
