diff --git a/asusd/src/asus_armoury.rs b/asusd/src/asus_armoury.rs index 1bcd63ea..67c86d34 100644 --- a/asusd/src/asus_armoury.rs +++ b/asusd/src/asus_armoury.rs @@ -213,7 +213,10 @@ impl crate::Reloadable for AsusArmouryAttribute { self.attr .set_current_value(&AttrValue::Integer(*saved_value)) .map_err(|e| { - error!("Could not set {} value: {e:?}", self.attr.name()); + error!( + "Error restoring armoury setting {}: {e:?}", + self.attr.name() + ); self.attr.base_path_exists(); e })?;