Skip to content

Commit

Permalink
Fix a copy/paste error
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Feb 21, 2024
1 parent 1994592 commit 0c3f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus_api/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl DbusTreeHandler {
)
.is_err()
{
warn!("Signal on filesystem name change was not sent to the D-Bus client");
warn!("Signal on filesystem origin change was not sent to the D-Bus client");
}
}

Expand Down

0 comments on commit 0c3f9d5

Please sign in to comment.