change _debug to _syslog
This commit is contained in:
@@ -36,7 +36,7 @@ Event.addRoutine(function()
|
||||
end
|
||||
end)
|
||||
if not s and m then
|
||||
_G._debug(m)
|
||||
_G._syslog(m)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user