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:
parent
ae2920b442
commit
5f85dc9a29
1 changed files with 4 additions and 2 deletions
|
@ -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$
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue