Update nikiroo-utils + traces fix
[nikiroo-utils.git] / src / be / nikiroo / fanfix / library / RemoteLibraryServer.java
index b26899930bc35e806634536c57d4882d111e6332..55c50c1b44e13fc7c682211529ac83d00098f018 100644 (file)
@@ -51,7 +51,7 @@ public class RemoteLibraryServer extends ServerObject {
         *             in case of I/O error
         */
        public RemoteLibraryServer(String key, int port) throws IOException {
-               super(port, true);
+               super("Fanfix remote library", port, true);
                this.key = key;
        }