From c665dfd3f2d187260f3baedc8e7782c50035d77b Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 3 Dec 2024 07:25:36 -0800 Subject: [PATCH] fixup: span name --- src/action/macos/encrypt_apfs_volume.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action/macos/encrypt_apfs_volume.rs b/src/action/macos/encrypt_apfs_volume.rs index dea007980..618ed6e4c 100644 --- a/src/action/macos/encrypt_apfs_volume.rs +++ b/src/action/macos/encrypt_apfs_volume.rs @@ -142,7 +142,7 @@ impl Action for EncryptApfsVolume { fn tracing_span(&self) -> Span { span!( tracing::Level::DEBUG, - "encrypt_volume", + "encrypt_apfs_volume", disk = tracing::field::display(self.disk.display()), ) }