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:
parent
c251485713
commit
a0aceb898d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue