// We've confirmation that we can install this update...
updateHandler.install(result.getInputStream());
}
// Throw away downloaded packages...
downloadHandle.discard();
}
}
catch (Exception exception) {
logWarning("%s update failed with %s.", exception, updateType, exception.getMessage());
exception.printStackTrace(System.out);