Skip to main content

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

Thanks dave,
 
can you please also put this message into the bug
so we know about it's status.
 

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm

 


From: David McKnight [mailto:dmcknigh@xxxxxxxxxx]
Sent: Thursday, March 29, 2007 3:51 PM
To: Oberhuber, Martin
Cc: Target Management developer discussions
Subject: Re: FW: commenting out sysInfo node not found


It's not really a fix but it does get rid of the annoying log entries.  I'd like to keep the bug open so that later I can see if there's a way to call that method at a more appropriate time.

____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________



"Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>

29/03/2007 09:38 AM

To
David McKnight/Toronto/IBM@IBMCA
cc
"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx>
Subject
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 = """; //$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 = """; //$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