Log the server socket details to make it easier to run manual tests

between two machines.
This commit is contained in:
akwizgran
2011-12-09 20:41:05 +00:00
parent f9f41acde9
commit 2014235b86
3 changed files with 6 additions and 3 deletions

View File

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