Skip to content

Commit

Permalink
Fix log message in SetCreateAction
Browse files Browse the repository at this point in the history
The log message should refer to the devices added to the pool, not
filesystems created.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Feb 6, 2024
1 parent eca8bec commit ed2c24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/types/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl Display for SetCreateAction<DevUuid> {
if self.changed.is_empty() {
write!(
f,
"The requested filesystems already exist; no action taken"
"The specified devices already belong to the pool; no action taken"
)
} else {
write!(
Expand Down

0 comments on commit ed2c24e

Please sign in to comment.