From 0f065f8431fdcdc2dcf5b24894904e2185eda022 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 10 Apr 2025 08:31:17 +0300 Subject: Learnt about FUNCNAME variable --- lib/_ak_settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/_ak_settings') diff --git a/lib/_ak_settings b/lib/_ak_settings index 181b37f..3345e49 100755 --- a/lib/_ak_settings +++ b/lib/_ak_settings @@ -136,11 +136,11 @@ function _ak_settings_set(){ } function _ak_settings_get_sub(){ - _ak_not_implemented + _ak_not_implemented ${FUNCNAME} } function _ak_settings_get_all(){ - _ak_not_implemented + _ak_not_implemented ${FUNCNAME} } _ak_log_debug "_ak_settings loaded $(caller)" -- cgit v1.2.3