1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 15:25:49 +02:00

[cleanup] removed a couple printlns

This commit is contained in:
David McKnight 2008-04-24 11:47:40 +00:00
parent e15277d253
commit 16fda81be6

View file

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