Author: toad
Date: 2007-04-25 22:12:02 +0000 (Wed, 25 Apr 2007)
New Revision: 12962
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
Even more logging
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2007-04-25 22:06:52 UTC (rev 12961)
+++ trunk/plugins/JSTUN/JSTUN.java 2007-04-25 22:12:02 UTC (rev 12962)
@@ -65,8 +65,8 @@
Logger.error(this, "Server
unreachable?: "+stunServer);
continue;
}
- Logger.normal(this, "Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely);
- System.err.println("Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely);
+ Logger.normal(this, "Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely+" remaining "+v.size());
+ System.err.println("Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely+" reamining "+v.size());
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)