diff options
Diffstat (limited to 'dummyresource/resourcefactory.cpp')
-rw-r--r-- | dummyresource/resourcefactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dummyresource/resourcefactory.cpp b/dummyresource/resourcefactory.cpp index d94284c..6e06250 100644 --- a/dummyresource/resourcefactory.cpp +++ b/dummyresource/resourcefactory.cpp | |||
@@ -150,6 +150,7 @@ private slots: | |||
150 | 150 | ||
151 | Async::Job<void> processQueuedCommand(const Akonadi2::QueuedCommand *queuedCommand) | 151 | Async::Job<void> processQueuedCommand(const Akonadi2::QueuedCommand *queuedCommand) |
152 | { | 152 | { |
153 | Log() << "Processing command: " << queuedCommand->commandId(); | ||
153 | //Throw command into appropriate pipeline | 154 | //Throw command into appropriate pipeline |
154 | switch (queuedCommand->commandId()) { | 155 | switch (queuedCommand->commandId()) { |
155 | case Akonadi2::Commands::DeleteEntityCommand: | 156 | case Akonadi2::Commands::DeleteEntityCommand: |