mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Log noRetain argument in API:update/install
This commit is contained in:
parent
1fe9da5985
commit
e79902feeb
@ -151,10 +151,10 @@ end
|
||||
function M.install_POST(request, response)
|
||||
local argVersion = request:get("version")
|
||||
local argNoRetain = request:get("no_retain")
|
||||
log:info("API:update/install")
|
||||
log:info("API:update/install (noRetain: "..utils.dump(argNoRetain)..")")
|
||||
|
||||
if not operationsAccessOrFail(request, response) then return end
|
||||
|
||||
|
||||
updater.setLogger(log)
|
||||
updater.setState(updater.STATE.INSTALLING,"")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user