diff --git a/modules/debug/log.lua b/modules/debug/log.lua index 421613d..63d304f 100644 --- a/modules/debug/log.lua +++ b/modules/debug/log.lua @@ -5,7 +5,7 @@ if component then if component.list("ocemu")() then component.invoke(component.list("ocemu")(),"log",v) end - Log=Log..tostring(v).."\n" + Log=Log.."["..tostring(computer.uptime()).."] "..tostring(v).."\n" end end print=log