Fix Cache (URL to File could fail if no parent)
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / server / ServerString.java
index 78436813f584a1220c6bf478f3f567a072e15b24..c19e0ae68077a73841f6581999fa89e88967bd8c 100644 (file)
@@ -74,7 +74,7 @@ abstract public class ServerString extends Server {
 
                        @Override
                        protected void onError(Exception e) {
-                               getTraceHandler().error(e);
+                               ServerString.this.onError(e);
                        }
                };
        }