1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

uncommenting line for diagnostics

This commit is contained in:
David McKnight 2007-04-11 21:14:08 +00:00
parent c251485713
commit a0aceb898d

View file

@ -83,7 +83,7 @@ public class ServerReceiver extends Receiver
public void handleError(Throwable e)
{
System.out.println("RECEIVER ERROR"); //$NON-NLS-1$
// e.printStackTrace();
e.printStackTrace();
System.out.println(e);
_connection.finished(this);
}