Fix desc_str for Azure container (#10021)

Small logs fix I've noticed while working on
https://github.com/neondatabase/cloud/issues/19963 .
This commit is contained in:
Arpad Müller
2024-12-05 21:51:57 +01:00
committed by GitHub
parent 6ff4175fd7
commit d1ab7471e2

View File

@@ -268,7 +268,7 @@ impl BucketConfig {
config.bucket_name, config.bucket_region
),
RemoteStorageKind::AzureContainer(config) => format!(
"bucket {}, storage account {:?}, region {}",
"container {}, storage account {:?}, region {}",
config.container_name, config.storage_account, config.container_region
),
}