summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp
index 0cdedee..efe358b 100644
--- a/common/pipeline.cpp
+++ b/common/pipeline.cpp
@@ -162,7 +162,7 @@ KAsync::Job<qint64> Pipeline::newEntity(void const *command, size_t size)
162 162
163 auto adaptorFactory = Sink::AdaptorFactoryRegistry::instance().getFactory(d->resourceContext.resourceType, bufferType); 163 auto adaptorFactory = Sink::AdaptorFactoryRegistry::instance().getFactory(d->resourceContext.resourceType, bufferType);
164 if (!adaptorFactory) { 164 if (!adaptorFactory) {
165 SinkWarningCtx(d->logCtx) << "no adaptor factory for type " << bufferType; 165 SinkWarningCtx(d->logCtx) << "no adaptor factory for type " << bufferType << d->resourceContext.resourceType;
166 return KAsync::error<qint64>(0); 166 return KAsync::error<qint64>(0);
167 } 167 }
168 168