From d79939ffbe4396a8be9e5dbffb77f8b8efe1d3e8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 3 Apr 2015 00:18:51 +0200 Subject: debug messages --- dummyresource/resourcefactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dummyresource') 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: Async::Job processQueuedCommand(const Akonadi2::QueuedCommand *queuedCommand) { + Log() << "Processing command: " << queuedCommand->commandId(); //Throw command into appropriate pipeline switch (queuedCommand->commandId()) { case Akonadi2::Commands::DeleteEntityCommand: -- cgit v1.2.3