Change log

This commit is contained in:
Manfred Karrer 2014-10-13 18:02:40 +02:00
parent 6f89a4e727
commit 5fe25fb411

View file

@ -84,7 +84,7 @@ public class BSExampleNAT {
System.out.println("found that my outside address is " + fd.peerAddress()); System.out.println("found that my outside address is " + fd.peerAddress());
} }
else { else {
System.out.println("### ### ### ### ### ### ### ### ### ### ### ### failed " + fd.failedReason()); System.out.println("failed " + fd.failedReason());
} }
peer.shutdown(); peer.shutdown();