From f8d2236e55e5c369b218017d1de1058d6a8ee361 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Mar 2024 19:26:24 +0200 Subject: Log formatting adjustment --- bin/ak-unfollow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-unfollow') diff --git a/bin/ak-unfollow b/bin/ak-unfollow index 1a3f8c1..07940f9 100755 --- a/bin/ak-unfollow +++ b/bin/ak-unfollow @@ -8,13 +8,13 @@ then sed -i -e 's,'"$search"',,g' $FOLLOWING if [ $? != 0 ] then - ak-logthis "<$PROGRAM>" "[ERROR]" "sed didn't found $search" + ak-logthis "$PROGRAM" "ERROR" "sed didn't found $search" exit 1 fi IPFS="$(ak-ipfs-add $FOLLOWING)" if [ $? != 0 ] then - ak-logthis "<$PROGRAM>" "[ERROR]" "IPFS problem" + ak-logthis "$PROGRAM" "ERROR" "IPFS problem" exit 1 fi ak-profile set repositories "$IPFS" -- cgit v1.2.3