Skip to content

Commit 2579284

Browse files
committed
fix capitalization
1 parent 94760fb commit 2579284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nexus/src/app/sagas/instance_common.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,15 @@ pub async fn instance_ip_get_instance_state(
319319
(InstanceState::Vmm, None) => {
320320
return Err(ActionError::action_failed(Error::internal_error(
321321
&format!(
322-
"instance {} is in vmm state but has no valid vmm id",
322+
"instance {} is in the 'VMM' state but has no VMM ID",
323323
authz_instance.id(),
324324
),
325325
)));
326326
}
327327
(InstanceState::Vmm, Some(VmmState::Destroyed)) => {
328328
return Err(ActionError::action_failed(Error::internal_error(
329329
&format!(
330-
"instance {} points to destroyed vmm",
330+
"instance {} points to destroyed VMM",
331331
authz_instance.id(),
332332
),
333333
)));

0 commit comments

Comments
 (0)