/hg/icedtea-web: Invalid url exception from About dialogue moved...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon Jan 20 09:28:30 PST 2014


changeset c125ee7b6759 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=c125ee7b6759
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Jan 20 18:28:16 2014 +0100

	Invalid url exception from About dialogue moved to be debug only


diffstat:

 netx/net/sourceforge/jnlp/about/HTMLPanel.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 87d3081ab573 -r c125ee7b6759 netx/net/sourceforge/jnlp/about/HTMLPanel.java
--- a/netx/net/sourceforge/jnlp/about/HTMLPanel.java	Mon Jan 20 15:13:36 2014 +0100
+++ b/netx/net/sourceforge/jnlp/about/HTMLPanel.java	Mon Jan 20 18:28:16 2014 +0100
@@ -62,7 +62,7 @@
              pane = new JEditorPane(url);
         } catch (IOException ex) {
             //no need to have invalid url fatal
-            OutputController.getLogger().log(OutputController.Level.ERROR_ALL, ex);
+            OutputController.getLogger().log(OutputController.Level.ERROR_DEBUG, ex);
         }
         pane.setContentType("text/html");
         pane.setEditable(false);


More information about the distro-pkg-dev mailing list