Skip to content

Commit

Permalink
fixup: span name
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Dec 3, 2024
1 parent a6ae3f0 commit c665dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/macos/encrypt_apfs_volume.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
)
}
Expand Down

0 comments on commit c665dfd

Please sign in to comment.