Author: toad
Date: 2007-04-25 20:46:29 +0000 (Wed, 25 Apr 2007)
New Revision: 12959
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
More logging for now
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2007-04-25 20:12:54 UTC (rev 12958)
+++ trunk/plugins/JSTUN/JSTUN.java 2007-04-25 20:46:29 UTC (rev 12959)
@@ -66,6 +66,7 @@
continue;
}
Logger.normal(this, "Successful STUN discovery
from "+stunServer+"!:" + reportedData);
+ System.err.println("Successful STUN discovery
from "+stunServer+"!:" + reportedData);
DetectedIP ip = convert(reportedData);
out.add(ip);
if(ip.natType == DetectedIP.NO_UDP ||
ip.natType == DetectedIP.NOT_SUPPORTED || ip.natType ==
DetectedIP.SYMMETRIC_NAT || ip.natType == DetectedIP.SYMMETRIC_UDP_FIREWALL)