Author: toad
Date: 2008-04-25 17:40:41 +0000 (Fri, 25 Apr 2008)
New Revision: 19558

Modified:
   trunk/plugins/JSTUN/JSTUN.java
Log:
Better logging when it fails. Try to solve #2290.

Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java      2008-04-25 16:21:35 UTC (rev 19557)
+++ trunk/plugins/JSTUN/JSTUN.java      2008-04-25 17:40:41 UTC (rev 19558)
@@ -89,6 +89,7 @@
                                e.printStackTrace();
                        }
                }
+               System.err.println("STUN failed: likely 
detections="+countLikely+" unlikely detections="+countUnlikely);
                return null;
        }



Reply via email to