mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
InfluxdbCommonWriter#Flush(): fix log message
s/InfluxdbWriter/Influxdb2Writer/ fixes #9035
This commit is contained in:
parent
9293dea787
commit
4fc6523b12
@ -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