diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-21 18:10:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-23 17:37:53 +0200 |
commit | 4f18f360f8980adcb98d93fd95e94f0e95725070 (patch) | |
tree | 48d40bc7c22d4f071180513fdef932f7633f3df4 /common/pipeline.cpp | |
parent | 5b64da01a381aca6890490fc92ef704f4342eb7e (diff) | |
download | sink-4f18f360f8980adcb98d93fd95e94f0e95725070.tar.gz sink-4f18f360f8980adcb98d93fd95e94f0e95725070.zip |
Debuginfo
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 | ||