mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
adding tracing for commands
This commit is contained in:
parent
a6bb67ab14
commit
edce489958
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ public class ServerCommandHandler extends CommandHandler
|
||||||
_minerLoader = new MinerLoader(_dataStore, _loaders);
|
_minerLoader = new MinerLoader(_dataStore, _loaders);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_dataStore.trace("loading "+minerId); //$NON-NLS-1$
|
||||||
// load and connect the miner
|
// load and connect the miner
|
||||||
Miner miner = _minerLoader.loadMiner(minerId);
|
Miner miner = _minerLoader.loadMiner(minerId);
|
||||||
if (miner != null)
|
if (miner != null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue