diff options
Diffstat (limited to 'bin/ak-tempassin')
-rwxr-xr-x | bin/ak-tempassin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-tempassin b/bin/ak-tempassin index 20d1810..6831dc2 100755 --- a/bin/ak-tempassin +++ b/bin/ak-tempassin @@ -5,10 +5,10 @@ source $AK_LIBDIR/_ak_log if [ ! -d "$AK_TEMP" ] then - logit "ERROR" "Could not make $AK_TEMP directory to work in" + _ak_log_error "Could not make $AK_TEMP directory to work in" echo "Could not make $AK_TEMP directory to work in" exit 1 fi -logit "INFO" "$AK_TEMP created successfully" +_ak_log_info "$AK_TEMP created successfully" echo "$AK_TEMP" |