change _debug to _syslog
This commit is contained in:
@@ -75,7 +75,7 @@ function ImportTask:cycle(context)
|
||||
end
|
||||
|
||||
function tasks:onError(msg)
|
||||
_G._debug('IMPORT error: ' .. msg)
|
||||
_G._syslog('IMPORT error: ' .. msg)
|
||||
end
|
||||
tasks:run()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user