diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-06 17:13:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-07 10:01:11 +0200 |
commit | 8c7924171942f5f0d25c8a02f66d82f5be6edb5b (patch) | |
tree | bf460d632c742d101c09b34ac90e3ff5e3ee831f /examples | |
parent | 26121115954d89d677b631fd5e576ef263b0c41b (diff) | |
download | sink-8c7924171942f5f0d25c8a02f66d82f5be6edb5b.tar.gz sink-8c7924171942f5f0d25c8a02f66d82f5be6edb5b.zip |
Be less verbose
We already see the resource exiting.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/davresource/davresource.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp index d7254b4..50471ed 100644 --- a/examples/davresource/davresource.cpp +++ b/examples/davresource/davresource.cpp | |||
@@ -140,7 +140,6 @@ public: | |||
140 | if (error) { | 140 | if (error) { |
141 | SinkWarningCtx(mLogCtx) << "Failed to synchronize addressbooks." << collectionsFetchJob->errorString(); | 141 | SinkWarningCtx(mLogCtx) << "Failed to synchronize addressbooks." << collectionsFetchJob->errorString(); |
142 | } else { | 142 | } else { |
143 | SinkWarningCtx(mLogCtx) << "Fetched addressbooks." << collectionsFetchJob->errorString(); | ||
144 | synchronizeAddressbooks(collectionsFetchJob ->collections()); | 143 | synchronizeAddressbooks(collectionsFetchJob ->collections()); |
145 | } | 144 | } |
146 | }); | 145 | }); |