From 94de0e2d2dcf997bf26bec34dad407d8de9a9abb Mon Sep 17 00:00:00 2001 From: tellet-q <166374656+tellet-q@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:57:18 +0100 Subject: [PATCH] Log full transfer info on aborting a shard transfer (#8345) --- lib/collection/src/collection/shard_transfer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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