git-svn-id: https://svn.coded.pt/svn/SIPRP@829 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 17 years ago
parent 172fad6f7f
commit 8b53bf0e8f

@ -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;
}
}

Loading…
Cancel
Save