From c0fd85fc7c1e7c4a2e05f52ee491da11f95eedae Mon Sep 17 00:00:00 2001 From: Frederico Palma Date: Tue, 15 Mar 2005 17:52:39 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@181 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/Main.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/trunk/siprp/Main.java b/trunk/siprp/Main.java index 361d065f..6eed6944 100644 --- a/trunk/siprp/Main.java +++ b/trunk/siprp/Main.java @@ -164,6 +164,13 @@ public class Main implements Connector //Singleton.setInstance( Singleton.USERNAME, user ); siprpTracker = new SIPRPTracker( avisos ); avisos.refresh(); + new Exception().printStackTrace(); + try + { + Thread.sleep( 1000 ); + } + catch( Exception ex ){} + new Exception().printStackTrace(); return true; }