fixed log message [ci skip]

This commit is contained in:
Sebastian Stenzel
2017-11-16 14:56:16 +01:00
parent 40caba847b
commit 02f3f5ad53

View File

@@ -102,7 +102,7 @@ abstract class InterProcessCommunicator implements InterProcessCommunicationProt
}
try {
int port = ClientCommunicator.readPort(portFilePath);
LOG.debug("Connecting to port {}...");
LOG.debug("Connecting to port {}...", port);
Registry registry = LocateRegistry.getRegistry("localhost", port, new ClientSocketFactory());
this.remote = (IpcProtocolRemote) registry.lookup(RMI_NAME);
} catch (IOException e) {