From 4c0fe06dc4f66309cc66d90692ea31c22d5246b1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Oct 2017 17:16:14 +0200 Subject: Debug output --- common/pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 Pipeline::newEntity(void const *command, size_t size) auto adaptorFactory = Sink::AdaptorFactoryRegistry::instance().getFactory(d->resourceContext.resourceType, bufferType); if (!adaptorFactory) { - SinkWarningCtx(d->logCtx) << "no adaptor factory for type " << bufferType; + SinkWarningCtx(d->logCtx) << "no adaptor factory for type " << bufferType << d->resourceContext.resourceType; return KAsync::error(0); } -- cgit v1.2.3