Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] FW: commenting out sysInfo node not found

Hi Dave,

is the change attached below actually a fix for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142979

If yes then please set the bug fixed. 

Thanks,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
-----Original Message-----
From: dsdp-tm-cvs-commit-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-cvs-commit-bounces@xxxxxxxxxxx] On Behalf Of Eclipse CVS
Genie
Sent: Wednesday, March 28, 2007 8:18 PM
To: dsdp-tm-cvs-commit@xxxxxxxxxxx
Subject: [dsdp-tm-cvs-commit]
dmcknightorg.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.dst
ore/src/org/eclipse/rse/connectorservice/dstoreDStoreConnectorService.ja
va

Update of
/cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservic
e.dstore/src/org/eclipse/rse/connectorservice/dstore
In directory
node4:/tmp/cvs-serv480/src/org/eclipse/rse/connectorservice/dstore

Modified Files:
	DStoreConnectorService.java 
Log Message:
commenting out annoying and unhelpful log message

Index: DStoreConnectorService.java
===================================================================
RCS file:
/cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservic
e.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorServ
ice.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** DStoreConnectorService.java	28 Mar 2007 15:43:28 -0000	1.38
--- DStoreConnectorService.java	28 Mar 2007 18:18:18 -0000	1.39
***************
*** 194,199 ****
  		else
  		{
!
SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode:  sysInfo
node not found", null); //$NON-NLS-1$
!
SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode:  miner
data = " + envMinerData, null); //$NON-NLS-1$
  			propertyValue = ""; //$NON-NLS-1$
  		}
--- 194,201 ----
  		else
  		{
! 			// at connect time, the info node is not
guaranteed to be present, so this gets logged a lot
! 			// it doesn't cause any functional problems, so
I'm commenting this out
!
//SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode:  sysInfo
node not found", null); //$NON-NLS-1$
!
//SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode:  miner
data = " + envMinerData, null); //$NON-NLS-1$
  			propertyValue = ""; //$NON-NLS-1$
  		}

_______________________________________________
dsdp-tm-cvs-commit mailing list
dsdp-tm-cvs-commit@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-cvs-commit


Back to the top