a
This commit is contained in:
parent
1e70338535
commit
6ef4c10120
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user