aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_zchain
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_zchain')
-rwxr-xr-xlib/_ak_zchain4
1 files changed, 2 insertions, 2 deletions
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"