From 16fda81be609c3012e9fa257bf6964964566a5e2 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Thu, 24 Apr 2008 11:47:40 +0000 Subject: [PATCH] [cleanup] removed a couple printlns --- .../rse/connectorservice/dstore/DStoreConnectorService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java b/rse/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java index c8dad21e564..369539965eb 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java +++ b/rse/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java @@ -640,7 +640,7 @@ public class DStoreConnectorService extends StandardConnectorService implements SystemSignonInformation info = getSignonInformation(); if (info == null) { - System.out.println("password info = null!"); //$NON-NLS-1$ + SystemBasePlugin.logError("password info = null!"); //$NON-NLS-1$ } int daemonPort = 0; @@ -757,7 +757,7 @@ public class DStoreConnectorService extends StandardConnectorService implements if (monitor != 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()); monitor.subTask(pmsg);