We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba80573 commit 29c55a9Copy full SHA for 29c55a9
gateway-messages/src/sp_to_mgs.rs
@@ -1344,7 +1344,7 @@ impl fmt::Display for UpdateError {
1344
write!(f, "invalid component for operation")
1345
}
1346
Self::InvalidPreferredSlotId => {
1347
- write!(f, "update to preferred boot SlotId is not permitted")
+ write!(f, "updating a bootloader preferred slot is not permitted")
1348
1349
1350
gateway-sp-comms/src/error.rs
@@ -116,7 +116,7 @@ pub enum UpdateError {
116
InvalidComponent,
117
#[error("an image was not found")]
118
ImageNotFound,
119
- #[error("cannot update preferred boot image")]
+ #[error("updating a bootloader preferred slot is not permitted")]
120
InvalidPreferredSlotId,
121
122
0 commit comments