logging: log which function is reading .kiauh.ini

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-23 14:57:14 +02:00
parent 3570d58f20
commit c03badb8d1
8 changed files with 14 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
set -e
function settings_ui() {
read_kiauh_ini
read_kiauh_ini "${FUNCNAME[0]}"
local custom_cfg_loc="${custom_klipper_cfg_loc}"
local custom_repo="${custom_klipper_repo}"
local custom_branch="${custom_klipper_repo_branch}"