Преглед на файлове

fixed log message [ci skip]

Sebastian Stenzel преди 7 години
родител
ревизия
02f3f5ad53
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/launcher/src/main/java/org/cryptomator/launcher/InterProcessCommunicator.java

+ 1 - 1
main/launcher/src/main/java/org/cryptomator/launcher/InterProcessCommunicator.java

@@ -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) {