diff --git a/savesync[start](permanent).ash b/savesync[start](permanent).ash index 6fae81e..5bce545 100644 --- a/savesync[start](permanent).ash +++ b/savesync[start](permanent).ash @@ -4,7 +4,7 @@ . /recalbox/share/system/configs/savesync/savesync.conf log() { - mosquitto_pub -h 127.0.0.1 -p 1883 -q 0 -t "$LOG_TOPIC" -m "SaveLog=[$(date '+%H:%M:%S')] [DAEMON] $1" 2>/dev/null + mosquitto_pub -h 127.0.0.1 -p 1883 -q 0 -t "$LOG_TOPIC" -m "SaveLog=[$(date '+%H:%M:%S')] [DAEMON] [$1] $2" 2>/dev/null } log "INFO" "--- Daemon Active ---"