fix ThreadPool bug
[org.ibex.util.git] / src / org / ibex / util / Log.java
index 175a8df..dc914c2 100644 (file)
@@ -125,7 +125,7 @@ public class Log {
 
     public static void printStackTrace(Object o, int level) {
         try {
 
     public static void printStackTrace(Object o, int level) {
         try {
-            throw new Exception();
+            throw new Exception("just printing a stack trace; no real problem");
         } catch (Exception e) {
             log(o, e, level);
         }
         } catch (Exception e) {
             log(o, e, level);
         }