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

adding tracing for commands

This commit is contained in:
David McKnight 2007-04-11 21:37:41 +00:00
parent a6bb67ab14
commit edce489958

View file

@ -91,6 +91,7 @@ public class ServerCommandHandler extends CommandHandler
_minerLoader = new MinerLoader(_dataStore, _loaders);
}
_dataStore.trace("loading "+minerId); //$NON-NLS-1$
// load and connect the miner
Miner miner = _minerLoader.loadMiner(minerId);
if (miner != null)