mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Chore: change text of an error
This commit is contained in:
@@ -213,7 +213,10 @@ impl crate::Reloadable for AsusArmouryAttribute {
|
|||||||
self.attr
|
self.attr
|
||||||
.set_current_value(&AttrValue::Integer(*saved_value))
|
.set_current_value(&AttrValue::Integer(*saved_value))
|
||||||
.map_err(|e| {
|
.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();
|
self.attr.base_path_exists();
|
||||||
e
|
e
|
||||||
})?;
|
})?;
|
||||||
|
|||||||
Reference in New Issue
Block a user