summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/EventLoop/DummyEventLoop.cpp')
-rw-r--r--Swiften/EventLoop/DummyEventLoop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/EventLoop/DummyEventLoop.cpp b/Swiften/EventLoop/DummyEventLoop.cpp
index 4712fad..234ba7a 100644
--- a/Swiften/EventLoop/DummyEventLoop.cpp
+++ b/Swiften/EventLoop/DummyEventLoop.cpp
@@ -15,7 +15,7 @@ DummyEventLoop::DummyEventLoop() {
15 15
16DummyEventLoop::~DummyEventLoop() { 16DummyEventLoop::~DummyEventLoop() {
17 if (hasEvents()) { 17 if (hasEvents()) {
18 SWIFT_LOG(warning) << "DummyEventLoop: Unhandled events at destruction time" << std::endl; 18 SWIFT_LOG(warning) << "DummyEventLoop: Unhandled events at destruction time";
19 } 19 }
20} 20}
21 21