00002_log_and_exception_messages_formatting ...

This commit is contained in:
Kseniia Sumarokova 2023-10-16 17:30:02 +02:00 committed by GitHub
parent 34d804686a
commit 8f3974d289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ struct IcebergMetadataParser<Configuration, MetadataReadHelper>::Impl
if (status == 2)
{
LOG_TEST(log, "Got delete file for {}", file_path);
LOG_TEST(log, "Processing delete file for path: {}", file_path);
chassert(!keys.contains(file_path));
}
else