< prev index next >

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WinMsiBundler.java

Print this page

        

*** 260,272 **** Log.verbose(MessageFormat.format( I18N.getString("message.tool-version"), toolName, version)); return version; } catch (Exception e) { - if (Log.isDebug()) { Log.verbose(e); - } return null; } } public static boolean validateWixTools() { --- 260,270 ----
< prev index next >