diff --git a/backends/swiften/main.cpp b/backends/swiften/main.cpp index a9a240705bcc97223792536082aec39eeb8244be..a9e3bf362972600fe143fcaaa024cc8f17b88028 100644 --- a/backends/swiften/main.cpp +++ b/backends/swiften/main.cpp @@ -112,6 +112,7 @@ class SwiftenPlugin : public NetworkPlugin { } void handleSwiftConnected(const std::string &user) { + LOG4CXX_INFO(logger, user << ": Connected to XMPP server."); handleConnected(user); m_users[user]->requestRoster(); Swift::Presence::ref response = Swift::Presence::create();