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:36:27 +00:00
parent a0aceb898d
commit a6bb67ab14

View file

@ -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))
{