Update WriteBufferFromAzureBlobStorage.cpp

This commit is contained in:
alexey-milovidov 2021-12-25 05:56:15 +03:00 committed by GitHub
parent f2075fac64
commit bcd4df789d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ void WriteBufferFromAzureBlobStorage::finalizeImpl()
if (i == max_tries - 1)
throw;
LOG_INFO(&Poco::Logger::get("WriteBufferFromAzureBlobStorage"),
"Exception caught during finalizing azure storage write at attempt {} : {}", i + 1, e.Message);
"Exception caught during finalizing azure storage write at attempt {}: {}", i + 1, e.Message);
}
}
}