mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
[cleanup] removed a couple printlns
This commit is contained in:
parent
e15277d253
commit
16fda81be6
1 changed files with 2 additions and 2 deletions
|
@ -640,7 +640,7 @@ public class DStoreConnectorService extends StandardConnectorService implements
|
||||||
SystemSignonInformation info = getSignonInformation();
|
SystemSignonInformation info = getSignonInformation();
|
||||||
if (info == null)
|
if (info == null)
|
||||||
{
|
{
|
||||||
System.out.println("password info = null!"); //$NON-NLS-1$
|
SystemBasePlugin.logError("password info = null!"); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
int daemonPort = 0;
|
int daemonPort = 0;
|
||||||
|
@ -757,7 +757,7 @@ public class DStoreConnectorService extends StandardConnectorService implements
|
||||||
if (monitor != null)
|
if (monitor != null)
|
||||||
{
|
{
|
||||||
if (clientConnection == null){
|
if (clientConnection == null){
|
||||||
System.out.println("client connection is null!");
|
SystemBasePlugin.logError("client connection is null!"); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
String pmsg = NLS.bind(ConnectorServiceResources.MSG_CONNECTING_TO_SERVER, clientConnection.getPort());
|
String pmsg = NLS.bind(ConnectorServiceResources.MSG_CONNECTING_TO_SERVER, clientConnection.getPort());
|
||||||
monitor.subTask(pmsg);
|
monitor.subTask(pmsg);
|
||||||
|
|
Loading…
Add table
Reference in a new issue