From 8b53bf0e8ffc659a0a2dde89aaba7d0b81171b53 Mon Sep 17 00:00:00 2001 From: Frederico Palma Date: Mon, 15 Dec 2008 09:25:07 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@829 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/SIPRPSoft/src/siprp/update/UpdateWindow.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/SIPRPSoft/src/siprp/update/UpdateWindow.java b/trunk/SIPRPSoft/src/siprp/update/UpdateWindow.java index 5be29866..256a2571 100644 --- a/trunk/SIPRPSoft/src/siprp/update/UpdateWindow.java +++ b/trunk/SIPRPSoft/src/siprp/update/UpdateWindow.java @@ -160,6 +160,8 @@ public class UpdateWindow extends JFrame { log( "ERRO ! ! !\nA abortar actualiza\u00e7\u00f5es\n" ); String errorToLog = ""; + ex.printStackTrace(); + ex.printStackTrace( System.out ); if( ex.getStackTrace() != null ) { for( StackTraceElement el : ex.getStackTrace() ) @@ -168,7 +170,7 @@ public class UpdateWindow extends JFrame } } log(errorToLog); - ex.printStackTrace(); + return false; } }