Fixed logs for download

This commit is contained in:
Smita Kulkarni 2023-08-09 14:57:17 +02:00
parent dc4be33895
commit 9953050b62

View File

@ -224,7 +224,7 @@ void ReadBufferFromAzureBlobStorage::initialize()
auto handle_exception = [&, this](const auto & e, size_t i)
{
LOG_INFO(log, "Exception caught during Azure Download for file {} at offset {} at attempt {}/{}: {}", path, offset, i + 1, max_single_read_retries, e.Message);
LOG_INFO(log, "Exception caught during Azure Download for file {} at offset {} at attempt {}/{}: {}", path, offset, i + 1, max_single_download_retriesg, e.Message);
if (i + 1 == max_single_download_retries)
throw;