This commit is contained in:
yongkangc
2025-12-23 08:59:29 +00:00
parent 5910807b94
commit 96673921e6

View File

@@ -590,7 +590,7 @@ where
}),
);
rx.await?.inspect_err(|err| {
error!(target: "reth::cli", %unwind_target, %err, "failed to run unwind")
error!(target: "reth::cli", unwind_target=%unwind_target, %err, "failed to run unwind")
})?;
}