mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 13:14:32 +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 {
|
||||
stream = Connect();
|
||||
} catch (const std::exception& ex) {
|
||||
Log(LogWarning, "InfluxDbWriter")
|
||||
Log(LogWarning, GetReflectionType()->GetName())
|
||||
<< "Flush failed, cannot connect to InfluxDB: " << DiagnosticInformation(ex, false);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user