From c8e6a5b32d2fc727e8f3098ae7e8d0102857fe07 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 14 Mar 2014 15:51:24 +0100 Subject: [PATCH] Updater: better warning when version number could not be found in index files --- src/script/d3d-updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/d3d-updater.lua b/src/script/d3d-updater.lua index b09f1b3..9ba4ed1 100644 --- a/src/script/d3d-updater.lua +++ b/src/script/d3d-updater.lua @@ -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