1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 18:34:46 +00:00

More debug logs

This commit is contained in:
Tw93
2025-12-05 23:20:06 +08:00
parent 981f2c3885
commit 9fd771bd8e
2 changed files with 108 additions and 36 deletions

View File

@@ -191,6 +191,9 @@ start_section() {
end_section() {
if [[ $TRACK_SECTION -eq 1 && $SECTION_ACTIVITY -eq 0 ]]; then
echo -e " ${GREEN}${ICON_SUCCESS}${NC} Nothing to clean"
debug_log "End section: ${CURRENT_SECTION:-unknown} (no activity)"
else
debug_log "End section: ${CURRENT_SECTION:-unknown} (had activity: $SECTION_ACTIVITY)"
fi
TRACK_SECTION=0
}