InfluxdbCommonWriter#Flush(): fix log message

s/InfluxdbWriter/Influxdb2Writer/

fixes #9035
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-10-14 12:03:45 +02:00 committed by Julian Brost
parent 9293dea787
commit 4fc6523b12

View File

@ -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;
}