summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Examples/ConnectivityTest/ConnectivityTest.cpp')
-rw-r--r--Swiften/Examples/ConnectivityTest/ConnectivityTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Examples/ConnectivityTest/ConnectivityTest.cpp b/Swiften/Examples/ConnectivityTest/ConnectivityTest.cpp
index 607038f..cc783c6 100644
--- a/Swiften/Examples/ConnectivityTest/ConnectivityTest.cpp
+++ b/Swiften/Examples/ConnectivityTest/ConnectivityTest.cpp
@@ -77,7 +77,7 @@ int main(int argc, char* argv[]) {
77 ClientXMLTracer* tracer = new ClientXMLTracer(client); 77 ClientXMLTracer* tracer = new ClientXMLTracer(client);
78 client->onConnected.connect(&handleConnected); 78 client->onConnected.connect(&handleConnected);
79 errorConnection = client->onDisconnected.connect(&handleDisconnected); 79 errorConnection = client->onDisconnected.connect(&handleDisconnected);
80 std::cout << "Connecting to JID " << jid << " with timeout " << timeout << "ms on host: "; ; 80 std::cout << "Connecting to JID " << jid << " with timeout " << timeout << "ms on host: ";
81 if (!connectHost.empty()) { 81 if (!connectHost.empty()) {
82 std::cout << connectHost << std::endl; 82 std::cout << connectHost << std::endl;
83 ClientOptions options; 83 ClientOptions options;