[fixes #825] Change log type hyperlink exception
This commit is contained in:
parent
907a149266
commit
c594b777f7
@ -83,7 +83,7 @@ public class UpdateInfoDialog extends JDialog {
|
|||||||
try {
|
try {
|
||||||
desktop.browse(e.getURL().toURI());
|
desktop.browse(e.getURL().toURI());
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
log.debug("Exception hyperlink: " + ex.getMessage());
|
log.warn("Exception hyperlink: " + ex.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user