mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Update AsynchronousMetrics.cpp
This commit is contained in:
parent
3c3fbf9a53
commit
b32c024571
@ -1049,7 +1049,7 @@ void AsynchronousMetrics::update(std::chrono::system_clock::time_point update_ti
|
||||
{
|
||||
readText(temperature, *sensor_file);
|
||||
}
|
||||
catch(const ErrnoException & e)
|
||||
catch (const ErrnoException & e)
|
||||
{
|
||||
LOG_DEBUG(&Poco::Logger::get("AsynchronousMetrics"), "Hardware monitor '{}', sensor '{}' exists but could not be read, error {}.", hwmon_name, sensor_name, e.getErrno());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user