Skip to content

Commit

Permalink
Merge pull request #3548 from mulkieran/fix-log-message
Browse files Browse the repository at this point in the history
Fix log message in SetCreateAction
  • Loading branch information
mulkieran authored Feb 6, 2024
2 parents eca8bec + ed2c24e commit e7cb920
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 e7cb920

Please sign in to comment.