From ed2c24ed5892033ff5f78b32eaa1fc1a60bda0ec Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 6 Feb 2024 11:34:05 -0500 Subject: [PATCH] Fix log message in SetCreateAction The log message should refer to the devices added to the pool, not filesystems created. Signed-off-by: mulhern --- src/engine/types/actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/types/actions.rs b/src/engine/types/actions.rs index 6ecceb8f8f..02e3dc9683 100644 --- a/src/engine/types/actions.rs +++ b/src/engine/types/actions.rs @@ -359,7 +359,7 @@ impl Display for SetCreateAction { 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!(