Update nikiroo-utils, remove Instance.syserr/trace
[nikiroo-utils.git] / src / be / nikiroo / fanfix / supported / Cbz.java
index b041b6d468a30a81683465bef8968dd35c9c56e0..02c667c1032be681186b4e786907243c046eafd9 100644 (file)
@@ -97,7 +97,7 @@ class Cbz extends Epub {
                                                File tmp = Instance.getCache().addToCache(zipIn, uuid);
                                                images.add(tmp.toURI().toURL().toString());
                                        } catch (Exception e) {
-                                               Instance.syserr(e);
+                                               Instance.getTraceHandler().error(e);
                                        }
                                }
                        }
@@ -113,7 +113,7 @@ class Cbz extends Epub {
                        try {
                                chap.getParagraphs().add(new Paragraph(new URL(uuid)));
                        } catch (Exception e) {
-                               Instance.syserr(e);
+                               Instance.getTraceHandler().error(e);
                        }
                }