diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-04-03 20:25:24 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-04-03 20:25:24 +0300 |
commit | 132440104780425bfb5df2eb1a535cb93aa7dbec (patch) | |
tree | 4379a954da95324fbc9304819aa2f2aa41a88c05 /lib/_ak_checks | |
parent | 0f05cd71b809b77c38fcd11ca44f35757fd414c9 (diff) | |
download | arching-kaos-tools-132440104780425bfb5df2eb1a535cb93aa7dbec.tar.gz arching-kaos-tools-132440104780425bfb5df2eb1a535cb93aa7dbec.tar.bz2 arching-kaos-tools-132440104780425bfb5df2eb1a535cb93aa7dbec.zip |
[debug] libs are now printing that they are loaded
Diffstat (limited to 'lib/_ak_checks')
-rwxr-xr-x | lib/_ak_checks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/_ak_checks b/lib/_ak_checks index c08863e..90b01ad 100755 --- a/lib/_ak_checks +++ b/lib/_ak_checks @@ -41,3 +41,4 @@ function _ak_checks_example_check_for_base64_strings(){ fi } +_ak_log_debug "_ak_checks loaded $(caller)" |