mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Log the server socket details to make it easier to run manual tests
between two machines.
This commit is contained in:
@@ -16,9 +16,6 @@ public abstract class StreamServerTest extends StreamTest {
|
||||
// Start the plugin
|
||||
System.out.println("Starting plugin");
|
||||
plugin.start();
|
||||
// Print the local transport properties
|
||||
System.out.println("Local transport properties:");
|
||||
System.out.println(callback.getLocalProperties());
|
||||
// Wait for a connection
|
||||
System.out.println("Waiting for connection");
|
||||
synchronized(callback) {
|
||||
|
||||
Reference in New Issue
Block a user