remove status message

This commit is contained in:
zzz
2015-05-13 10:41:49 +00:00
parent cbdc1403bf
commit e68ca573f0

View File

@ -76,7 +76,7 @@ class DevSU3UpdateChecker extends UpdateRunner {
_mgr.notifyVersionAvailable(this, _currentURI, UpdateType.ROUTER_DEV_SU3, "", UpdateMethod.HTTP, _mgr.notifyVersionAvailable(this, _currentURI, UpdateType.ROUTER_DEV_SU3, "", UpdateMethod.HTTP,
_urls, newVersion, RouterVersion.FULL_VERSION); _urls, newVersion, RouterVersion.FULL_VERSION);
} else { } else {
updateStatus("<b>" + _("No new version found at {0}", linkify(url)) + "</b>"); //updateStatus("<b>" + _("No new version found at {0}", linkify(url)) + "</b>");
if (_log.shouldWarn()) if (_log.shouldWarn())
_log.warn("Found old version \"" + newVersion + "\" at " + url); _log.warn("Found old version \"" + newVersion + "\" at " + url);
} }