From 57281aea1ddf11ad4fb0543c4c4ba205ee33eee3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 24 Jul 2022 09:45:34 +0300 Subject: Updated logging style --- bin/profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/profile') diff --git a/bin/profile b/bin/profile index 19e73d2..739edd3 100755 --- a/bin/profile +++ b/bin/profile @@ -9,9 +9,9 @@ if [ ! -d $ZPROFILEDIR ]; then echo "Qmetc" >> README git add README git commit -m "Initiated profile repository" - logthis "zprofiledir created along with git repo" + logthis "[INFO]" "zprofiledir created along with git repo" else - logthis "zprofiledir found" + logthis "[INFO]" "zprofiledir found" fi tempassin(){ if [ ! -z $1 ] @@ -32,7 +32,7 @@ tempassin(){ show(){ if [ ! -z $1 ] then - logthis "Working with $1" + logthis "[INFO]" "Working with $1" echo '"data":"'$1'",' echo '"'$1'":'$(ipfs cat $1)',' #ipfs cat $1 -- cgit v1.2.3