aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2022-07-24 09:45:34 +0300
committerkaotisk <kaotisk@arching-kaos.org>2022-07-24 09:45:34 +0300
commit57281aea1ddf11ad4fb0543c4c4ba205ee33eee3 (patch)
treef373ff3bf2bbd311e17280cbafe54d188452578d /bin
parentfb478a0780564cf3c80cfc1e8e4c1ea573e8f02e (diff)
downloadarching-kaos-tools-57281aea1ddf11ad4fb0543c4c4ba205ee33eee3.tar.gz
arching-kaos-tools-57281aea1ddf11ad4fb0543c4c4ba205ee33eee3.tar.bz2
arching-kaos-tools-57281aea1ddf11ad4fb0543c4c4ba205ee33eee3.zip
Updated logging style
Diffstat (limited to 'bin')
-rwxr-xr-xbin/profile6
1 files changed, 3 insertions, 3 deletions
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