Update nikiroo-utils, remove Instance.syserr/trace
[nikiroo-utils.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index d324008f0b4c2294e503d907a25b0edc226ed944..66fb94355b538a94c900279bf0278675e6e5d9e3 100644 (file)
@@ -326,7 +326,7 @@ abstract public class BasicLibrary {
                                } catch (IOException e) {
                                        // We should not have not-supported files in the
                                        // library
-                                       Instance.syserr(new IOException(
+                                       Instance.getTraceHandler().error(new IOException(
                                                        "Cannot load file from library: " + file, e));
                                } finally {
                                        pgProcess.done();