Activate windows delta check

cusax-fix
Damian Minkov 15 years ago
parent 6bab6421d9
commit 5151463dda

@ -865,9 +865,9 @@ private static void windowsUpdate()
* once the generation of delta updates is implemented and the whole
* functionality performs satisfactory.
*/
if (!deltaLink.equalsIgnoreCase(downloadLink)
&& logger.isDebugEnabled())
if (!deltaLink.equalsIgnoreCase(downloadLink))
delta = download(deltaLink);
if (delta != null)
{
File[] deltaMsi = new File[1];

Loading…
Cancel
Save