Update nikiroo-utils, remove Instance.syserr/trace
[nikiroo-utils.git] / src / be / nikiroo / fanfix / output / InfoCover.java
index c7c80cc0a30f791540df9a675afcf1d8d8d204b5..a1b37913bc9e44789eb3d29801b88bc94362a0ad 100644 (file)
@@ -75,8 +75,8 @@ public class InfoCover {
                                                targetName + "." + format));
                        } catch (IOException e) {
                                // Allow to continue without cover
-                               Instance.syserr(new IOException(
-                                               "Failed to save the cover image", e));
+                               Instance.getTraceHandler().error(
+                                               new IOException("Failed to save the cover image", e));
                        }
                }
        }