Change log level

This commit is contained in:
Antonio Andelic 2022-05-16 13:15:31 +00:00
parent e6f646b71e
commit adb8ac4fda

View File

@ -290,7 +290,7 @@ namespace
[[noreturn]] void onStorageInconsistency()
{
LOG_INFO(&Poco::Logger::get("KeeperStorage"), "Inconsistency found between uncommitted and committed data. Keeper will terminate to avoid undefined behaviour.");
LOG_ERROR(&Poco::Logger::get("KeeperStorage"), "Inconsistency found between uncommitted and committed data. Keeper will terminate to avoid undefined behaviour.");
std::terminate();
}