mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
commenting out annoying and unhelpful log message
This commit is contained in:
parent
ae2920b442
commit
5f85dc9a29
1 changed files with 4 additions and 2 deletions
|
@ -193,8 +193,10 @@ public class DStoreConnectorService extends StandardConnectorService implements
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode: sysInfo node not found", null); //$NON-NLS-1$
|
// at connect time, the info node is not guaranteed to be present, so this gets logged a lot
|
||||||
SystemBasePlugin.logError("UniversalSystem.getSystemInfoNode: miner data = " + envMinerData, null); //$NON-NLS-1$
|
// 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$
|
propertyValue = ""; //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue