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_fs | |
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_fs')
-rwxr-xr-x | lib/_ak_fs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -759,3 +759,5 @@ function _ak_fs_net_cat_from_map_hash(){ _ak_fs_net_cat `_ak_fs_from_map_net_get_root_hash $1` `_ak_fs_from_map_net_get_original_hash $1` fi } + +_ak_log_debug "_ak_fs loaded $(caller)" |