This commit is contained in:
Julian Brammer 2024-06-07 18:10:12 +02:00
parent 1e70338535
commit 6ef4c10120

View File

@ -48,7 +48,7 @@ function sendLog(to, targetPath, logMsg)
local payloadTable = {}
payloadTable[0] = targetPath
payloadTable[1] = basic.getCurrentTime .. ": " .. logMsg
payloadTable[1] = basic.getCurrentTime() .. ": " .. logMsg
sendMessage(to, "log", payloadTable)
end