diff options
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index 1197408..31c9a52 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -210,7 +210,7 @@ KAsync::Job<void> Pipeline::modifiedEntity(void const *command, size_t size) | |||
210 | //TODO error handler | 210 | //TODO error handler |
211 | 211 | ||
212 | if (!current) { | 212 | if (!current) { |
213 | Warning() << "Failed to read local value "; | 213 | Warning() << "Failed to read local value " << key; |
214 | return KAsync::error<void>(); | 214 | return KAsync::error<void>(); |
215 | } | 215 | } |
216 | 216 | ||