diff options
Diffstat (limited to 'Swiften/Network/HostAddress.cpp')
| -rw-r--r-- | Swiften/Network/HostAddress.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/HostAddress.cpp b/Swiften/Network/HostAddress.cpp index 6eca80b..e82f433 100644 --- a/Swiften/Network/HostAddress.cpp +++ b/Swiften/Network/HostAddress.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 | */ |
| @@ -43,7 +43,7 @@ std::string HostAddress::toString() const { | |||
| 43 | 43 | ||
| 44 | addressString = address_.to_string(errorCode); | 44 | addressString = address_.to_string(errorCode); |
| 45 | if (errorCode) { | 45 | if (errorCode) { |
| 46 | SWIFT_LOG(debug) << "error: " << errorCode.message() << std::endl; | 46 | SWIFT_LOG(debug) << "error: " << errorCode.message(); |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | return addressString; | 49 | return addressString; |
Swift