1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

commenting out annoying and unhelpful log message

This commit is contained in:
David McKnight 2007-03-28 18:18:18 +00:00
parent ae2920b442
commit 5f85dc9a29

View file

@ -193,8 +193,10 @@ public class DStoreConnectorService extends StandardConnectorService implements
}
else
{
SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode: sysInfo node not found", null); //$NON-NLS-1$
SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode: miner data = " + envMinerData, null); //$NON-NLS-1$
// 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$
}