diff options
Diffstat (limited to 'bin/ak-ipfs-block-stat')
-rwxr-xr-x | bin/ak-ipfs-block-stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-ipfs-block-stat b/bin/ak-ipfs-block-stat index 144523d..b049a70 100755 --- a/bin/ak-ipfs-block-stat +++ b/bin/ak-ipfs-block-stat @@ -3,6 +3,6 @@ PROGRAM="$(basename $0)" ipfs block stat "$1" if [ "$?" != "0" ] then - ak-logthis "<$PROGRAM>" "[ERROR]" "Failed to retrieve stat of block $1" + ak-logthis "$PROGRAM" "ERROR" "Failed to retrieve stat of block $1" exit 1 fi |