summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Roster/XMPPRosterController.cpp')
-rw-r--r--Swiften/Roster/XMPPRosterController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Roster/XMPPRosterController.cpp b/Swiften/Roster/XMPPRosterController.cpp
index 8ee9755..2b98b53 100644
--- a/Swiften/Roster/XMPPRosterController.cpp
+++ b/Swiften/Roster/XMPPRosterController.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 Isode Limited. 2 * Copyright (c) 2010-2019 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -66,7 +66,7 @@ void XMPPRosterController::handleRosterReceived(std::shared_ptr<RosterPayload> r
66 xmppRoster_->addContact(item.getJID(), item.getName(), item.getGroups(), item.getSubscription()); 66 xmppRoster_->addContact(item.getJID(), item.getName(), item.getGroups(), item.getSubscription());
67 } 67 }
68 else { 68 else {
69 SWIFT_LOG(error) << "Stored invalid roster item" << std::endl; 69 SWIFT_LOG(error) << "Stored invalid roster item";
70 } 70 }
71 } 71 }
72 } 72 }