[fixes #825] Change log type hyperlink exception

This commit is contained in:
Sibo Van Gool 2022-01-26 22:46:48 +01:00
parent 907a149266
commit c594b777f7

View File

@ -83,7 +83,7 @@ public class UpdateInfoDialog extends JDialog {
try {
desktop.browse(e.getURL().toURI());
} catch (Exception ex) {
log.debug("Exception hyperlink: " + ex.getMessage());
log.warn("Exception hyperlink: " + ex.getMessage());
}
}
}