0
0
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:
peteruithoven 2013-12-23 17:36:57 +01:00
parent 1fe9da5985
commit e79902feeb

View File

@ -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,"")