diff options
| -rw-r--r-- | Swiften/Network/Connector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Network/Connector.cpp b/Swiften/Network/Connector.cpp index 457d8a9..e86b327 100644 --- a/Swiften/Network/Connector.cpp +++ b/Swiften/Network/Connector.cpp | |||
| @@ -189,6 +189,7 @@ void Connector::finish(std::shared_ptr<Connection> connection) { | |||
| 189 | 189 | ||
| 190 | void Connector::handleTimeout() { | 190 | void Connector::handleTimeout() { |
| 191 | SWIFT_LOG(debug) << "Timeout" << std::endl; | 191 | SWIFT_LOG(debug) << "Timeout" << std::endl; |
| 192 | SWIFT_LOG_ASSERT(currentConnection, error) << "Connection not valid but triggered a timeout" <<std::endl; | ||
| 192 | handleConnectionConnectFinished(true); | 193 | handleConnectionConnectFinished(true); |
| 193 | } | 194 | } |
| 194 | 195 | ||
Swift