diff options
Diffstat (limited to 'lib/_ak_network_cjdns')
-rwxr-xr-x | lib/_ak_network_cjdns | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/_ak_network_cjdns b/lib/_ak_network_cjdns index 31c587b..9a75690 100755 --- a/lib/_ak_network_cjdns +++ b/lib/_ak_network_cjdns @@ -17,7 +17,8 @@ ### You should have received a copy of the GNU General Public License ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### -source $AK_LIBDIR/_ak_log +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_log cjdnstoolspath="$HOME/cjdns/tools" @@ -212,3 +213,5 @@ function _ak_network_cjdns_connect(){ function _ak_network_cjdns_connect_bootstrap(){ _ak_network_cjdns_connect } + +_ak_log_debug "_ak_network_cjdns loaded $(caller)" |