Update nikiroo-utils, remove Instance.syserr/trace
[nikiroo-utils.git] / src / be / nikiroo / fanfix / reader / GuiReaderBook.java
index bf2b5ed96f233cd60a59228f5ac91f10080dd7cb..c70f30a8db69f11976c8b7345d322d8b21c8d074 100644 (file)
@@ -384,7 +384,7 @@ class GuiReaderBook extends JPanel {
                                in.close();
                                in = null;
                        } catch (IOException e) {
-                               Instance.syserr(e);
+                               Instance.getTraceHandler().error(e);
                        }
                }
 
@@ -424,9 +424,9 @@ class GuiReaderBook extends JPanel {
                                        in = null;
                                }
                        } catch (MalformedURLException e) {
-                               Instance.syserr(e);
+                               Instance.getTraceHandler().error(e);
                        } catch (IOException e) {
-                               Instance.syserr(e);
+                               Instance.getTraceHandler().error(e);
                        }
                }