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:
parent
a0aceb898d
commit
a6bb67ab14
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ public class ServerCommandHandler extends CommandHandler
|
|||
|
||||
String commandSource = command.getSource();
|
||||
String commandName = command.getName();
|
||||
_dataStore.trace(commandName);
|
||||
|
||||
if (commandName.equals(DataStoreSchema.C_VALIDATE_TICKET))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue