diff --git a/lib/collection/src/collection/shard_transfer.rs b/lib/collection/src/collection/shard_transfer.rs index 0e5e40ee95..1ea715c3b6 100644 --- a/lib/collection/src/collection/shard_transfer.rs +++ b/lib/collection/src/collection/shard_transfer.rs @@ -313,7 +313,7 @@ impl Collection { ) -> CollectionResult<()> { // TODO: Ensure cancel safety! let transfer_key = transfer.key(); - log::debug!("Aborting shard transfer {transfer_key:?}"); + log::debug!("Aborting shard transfer {transfer:?}"); let _transfer_result = self .transfer_tasks