diff options
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index d43eff7..c06c22a 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -114,7 +114,7 @@ private slots: | |||
114 | 114 | ||
115 | KAsync::Job<qint64> processQueuedCommand(const Sink::QueuedCommand *queuedCommand) | 115 | KAsync::Job<qint64> processQueuedCommand(const Sink::QueuedCommand *queuedCommand) |
116 | { | 116 | { |
117 | Log() << "Processing command: " << Sink::Commands::name(queuedCommand->commandId()); | 117 | Trace() << "Processing command: " << Sink::Commands::name(queuedCommand->commandId()); |
118 | // Throw command into appropriate pipeline | 118 | // Throw command into appropriate pipeline |
119 | switch (queuedCommand->commandId()) { | 119 | switch (queuedCommand->commandId()) { |
120 | case Sink::Commands::DeleteEntityCommand: | 120 | case Sink::Commands::DeleteEntityCommand: |