diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-04-10 15:55:08 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-04-10 15:55:08 +0300 |
commit | 57f1866c1102e6b5fa23222bcc205c0f85917669 (patch) | |
tree | 2b6d614af99ea15a71f39e9bf8e19228f414e387 | |
parent | 762bee582ff2634eeef8fb08b42145d029bd1d7a (diff) | |
download | arching-kaos-tools-57f1866c1102e6b5fa23222bcc205c0f85917669.tar.gz arching-kaos-tools-57f1866c1102e6b5fa23222bcc205c0f85917669.tar.bz2 arching-kaos-tools-57f1866c1102e6b5fa23222bcc205c0f85917669.zip |
More verbose logs
-rwxr-xr-x | bin/ak-zblock-show | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-zblock-show b/bin/ak-zblock-show index 7ef9b42..f3e2a15 100755 --- a/bin/ak-zblock-show +++ b/bin/ak-zblock-show @@ -28,7 +28,7 @@ then echo $1 | grep -e 'Qm.\{44\}' >/dev/null if [ "$?" -ne 0 ] then - logit "[ERROR]" "Argument provided was not an IPFS CIDv0 string" + logit "[ERROR]" "Argument provided ($1) was not an IPFS CIDv0 string" exit 1 fi entrance="$1" |