mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fix typo
This commit is contained in:
parent
e074e892ce
commit
fd5350d588
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user