Add PID to battery.sh log messages

This commit is contained in:
base47
2026-02-12 03:46:46 +01:00
parent 88f501a3b5
commit 6fb7abb11c

View File

@@ -169,7 +169,7 @@ subsetting=$3
## ###############
function log() {
echo -e "$(date +%D-%T) - $1"
echo -e "$(date +%D-%T) [$$]: $*"
}
function valid_percentage() {