From 4217dc0560bf40b4fa7ae6a6f964bd56b418712e Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Jun 2024 22:36:12 +0300 Subject: Refactoring --- bin/ak-profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index 2fab750..1712575 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -43,9 +43,9 @@ source $AK_LIBDIR/_ak_zblock if [ ! -d $ZPROFILEDIR ]; then mkdir $ZPROFILEDIR cd $ZPROFILEDIR - logit "INFO" "zprofiledir created" + _ak_log_info "zprofiledir created" else - logit "INFO" "zprofiledir found" + _ak_log_info "zprofiledir found" fi # This is working with DATA blocks. DATA that matched profile/add ACTION @@ -56,7 +56,7 @@ fi _ak_modules_profile_show(){ if [ ! -z $1 ] then - logit "INFO" "Working with $1" + _ak_log_info "Working with $1" _ak_ipfs_cat $(echo $(_ak_ipfs_cat $1) | jq '.ipfs' -r) else echo "No DATA provided" -- cgit v1.2.3