This commit is contained in:
Antonio Andelic 2022-09-08 14:57:34 +02:00 committed by GitHub
parent b99996961d
commit b6f8e06708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,7 +598,7 @@ std::optional<bool> StorageKeeperMap::isTableValid() const
{
LOG_ERROR(
log,
"Table definition does not match to the one stored in the path {}. Stored defintion: {}",
"Table definition does not match to the one stored in the path {}. Stored definition: {}",
root_path,
stored_metadata_string);
table_is_valid = false;