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_smfiles | |
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_smfiles')
-rwxr-xr-x | lib/_ak_smfiles | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/_ak_smfiles b/lib/_ak_smfiles index 6cb7ef8..c90a90a 100755 --- a/lib/_ak_smfiles +++ b/lib/_ak_smfiles @@ -190,3 +190,5 @@ function _ak_sm_file_splitter(){ # and print the MAPFILEHASH echo "$MAPFILEHASH" } + +_ak_log_debug "_ak_smfiles loaded $(caller)" |