diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-19 10:29:20 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-19 11:15:19 +0200 |
commit | b940489ed6afe413339a1c602d05f3b4f3133463 (patch) | |
tree | 84b79d47236d83d2e6ae1833105885a885e4ce99 /examples | |
parent | 077e3cb30ace5f6ee20ee15e0d32d2bfb197fde0 (diff) | |
download | sink-b940489ed6afe413339a1c602d05f3b4f3133463.tar.gz sink-b940489ed6afe413339a1c602d05f3b4f3133463.zip |
Asserts, debug messages and other cleanup
Diffstat (limited to 'examples')
-rw-r--r-- | examples/maildirresource/maildirresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/maildirresource.cpp b/examples/maildirresource/maildirresource.cpp index 4c94d1d..f5a0fea 100644 --- a/examples/maildirresource/maildirresource.cpp +++ b/examples/maildirresource/maildirresource.cpp | |||
@@ -113,7 +113,7 @@ public: | |||
113 | if (!maildir.isValid(true)) { | 113 | if (!maildir.isValid(true)) { |
114 | SinkWarning() << "Maildir is not existing: " << path; | 114 | SinkWarning() << "Maildir is not existing: " << path; |
115 | } | 115 | } |
116 | SinkWarning() << "Storing message: " << data; | 116 | SinkTrace() << "Storing message: " << data; |
117 | auto identifier = maildir.addEntry(data); | 117 | auto identifier = maildir.addEntry(data); |
118 | return path + "/" + identifier; | 118 | return path + "/" + identifier; |
119 | } | 119 | } |