From 4217dc0560bf40b4fa7ae6a6f964bd56b418712e Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Jun 2024 22:36:12 +0300 Subject: Refactoring --- lib/_ak_zchain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/_ak_zchain') diff --git a/lib/_ak_zchain b/lib/_ak_zchain index a652a31..87fa5cf 100755 --- a/lib/_ak_zchain +++ b/lib/_ak_zchain @@ -31,7 +31,7 @@ _ak_zchain_reset(){ ak-config --publish if [ "$?" -ne 0 ] then - logit "ERROR" "Could not publish new configuration" + _ak_log_error "Could not publish new configuration" exit 1 fi @@ -70,7 +70,7 @@ _ak_zchain_rebase(){ ak-config --publish if [ "$?" -ne 0 ] then - logit "ERROR" "Could not publish new configuration" + _ak_log_error "Could not publish new configuration" exit 1 fi echo "Rebase was successful" -- cgit v1.2.3