mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Merge pull request #9315 from Icinga/bugfix/influxdb-log-message-2.13
InfluxdbCommonWriter#Flush(): fix log message
This commit is contained in:
commit
4efd6b0f51
@ -455,7 +455,7 @@ void InfluxdbCommonWriter::FlushWQ()
|
|||||||
try {
|
try {
|
||||||
stream = Connect();
|
stream = Connect();
|
||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
Log(LogWarning, "InfluxDbWriter")
|
Log(LogWarning, GetReflectionType()->GetName())
|
||||||
<< "Flush failed, cannot connect to InfluxDB: " << DiagnosticInformation(ex, false);
|
<< "Flush failed, cannot connect to InfluxDB: " << DiagnosticInformation(ex, false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user