From 132440104780425bfb5df2eb1a535cb93aa7dbec Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 3 Apr 2025 20:25:24 +0300 Subject: [debug] libs are now printing that they are loaded --- lib/_ak_utils | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/_ak_utils') diff --git a/lib/_ak_utils b/lib/_ak_utils index 98f6ca0..571fff4 100755 --- a/lib/_ak_utils +++ b/lib/_ak_utils @@ -43,3 +43,5 @@ function _ak_datetime_unix_to_human(){ date --date=@$1 +%Y%m%d_%H%M%S 2>/dev/null || date -r $1 +%Y%m%d_%H%M%S 2>/dev/null fi } + +_ak_log_debug "_ak_utils loaded $(caller)" -- cgit v1.2.3