diff --git a/backends/swiften/main.cpp b/backends/swiften/main.cpp index 642930fca39ba11b78acf76241d61a4d86f75967..406c8f7f999e21d18c353a346d736960098ff5a6 100644 --- a/backends/swiften/main.cpp +++ b/backends/swiften/main.cpp @@ -110,6 +110,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();