summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client/Utils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/gitblit/client/Utils.java')
-rw-r--r--src/com/gitblit/client/Utils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/gitblit/client/Utils.java b/src/com/gitblit/client/Utils.java
index 1ce6d7dc..c8375798 100644
--- a/src/com/gitblit/client/Utils.java
+++ b/src/com/gitblit/client/Utils.java
@@ -56,6 +56,7 @@ public class Utils {
public static void showException(Component c, Throwable t) {
// TODO show the unexpected exception
+ t.printStackTrace();
}
public static void packColumns(JTable table, int margin) {