aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_script
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_script')
-rwxr-xr-xlib/_ak_script4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_script b/lib/_ak_script
index 4dbf34a..e9d7c0e 100755
--- a/lib/_ak_script
+++ b/lib/_ak_script
@@ -64,6 +64,6 @@ _ak_usage(){
}
_ak_not_implemented(){
- _ak_title_description
- printf 'Not implemented: %s\n' "$*"
+ #_ak_title_description
+ _ak_log_error "Not implemented: $*"
}