Skip to content

Commit

Permalink
Fixup create_volume_service action tag (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear authored Apr 3, 2023
1 parent a10261e commit 5ec1d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/action/macos/create_volume_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl CreateVolumeService {
#[typetag::serde(name = "create_volume_service")]
impl Action for CreateVolumeService {
fn action_tag() -> ActionTag {
ActionTag("setup_volume_daemon")
ActionTag("create_volume_service")
}
fn tracing_synopsis(&self) -> String {
format!(
Expand All @@ -90,7 +90,7 @@ impl Action for CreateVolumeService {
fn tracing_span(&self) -> Span {
let span = span!(
tracing::Level::DEBUG,
"setup_volume_daemon",
"create_volume_service",
path = tracing::field::display(self.path.display()),
buf = tracing::field::Empty,
);
Expand Down

0 comments on commit 5ec1d0e

Please sign in to comment.