Merge pull request #9663 from Icinga/Al2Klimov-patch-3

Fix typo
This commit is contained in:
Julian Brost 2023-02-13 17:03:38 +01:00 committed by GitHub
commit 4d46d73f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ void OpenTsdbWriter::ReconnectTimerHandler()
icinga::Connect(m_Stream->lowest_layer(), GetHost(), GetPort());
} catch (const std::exception& ex) {
Log(LogWarning, "OpenTsdbWriter")
<< "Can't connect to OpenTSDB on host '" << GetHost() << "' port '" << GetPort() << ".'";
<< "Can't connect to OpenTSDB on host '" << GetHost() << "' port '" << GetPort() << "'.";
SetConnected(false);