From 7a1c78bc6e8bbb38834fad5142453365c9f86077 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 5 Aug 2024 15:13:11 +0900 Subject: [PATCH] LOGGER: enhanced logging when writing or loading config [skip ci] --- functions/other_functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index ca1c3fb4..f5d4d0ac 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -205,6 +205,7 @@ conf_read() { fi fi done < $rd_conf + log d "retrodeck.cfg loaded" } conf_write() { @@ -228,6 +229,7 @@ conf_write() { fi fi done < $rd_conf + log d "retrodeck.cfg written" } dir_prep() {