Fixed typo

This commit is contained in:
Alexey Milovidov 2019-02-11 00:17:52 +03:00
parent 0861af12a3
commit 5ed720b522

View File

@ -41,7 +41,7 @@ void MetricsTransmitter::run()
const auto & config = context.getConfigRef();
auto interval = config.getInt(config_name + ".interval", 60);
const std::string thread_name = "MericsTx" + std::to_string(interval) + "s";
const std::string thread_name = "MetrTx" + std::to_string(interval);
setThreadName(thread_name.c_str());
const auto get_next_time = [](size_t seconds)