Updater: better warning when version number could not be found in index files

This commit is contained in:
peteruithoven
2014-03-14 15:51:24 +01:00
parent 7b2a887449
commit c8e6a5b32d
+1 -1
View File
@@ -463,7 +463,7 @@ function M.getStatus(withBetas)
if cEnt then
result.currentReleaseTimestamp = cEnt.timestamp
else
D("warning: could not find current wifibox version in release index, beta setting disabled after having beta installed?")
D("warning: could not find current wifibox version in release indexes")
end
if result.stateCode == M.STATE.DOWNLOADING then