summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-20 18:20:38 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-20 18:21:04 +0200
commit22eee9e798f00f9e58d1dc0f1b893abee2582ba2 (patch)
treea5873370e128a2d03384d5b7ebc2d175fd6dd49a /common/genericresource.cpp
parent315524e15da36da523ccbf701c061fbb5a5d34ec (diff)
downloadsink-22eee9e798f00f9e58d1dc0f1b893abee2582ba2.tar.gz
sink-22eee9e798f00f9e58d1dc0f1b893abee2582ba2.zip
Made the log-level output a lot less noisy
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp2
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: