Skip to content

Commit 7b11f1a

Browse files
committed
tweak wording
1 parent 06448d3 commit 7b11f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/src/app/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ impl super::Nexus {
16651665
)))
16661666
}
16671667
DbVmmState::Destroyed | DbVmmState::SagaUnwound => Err(Error::invalid_request(
1668-
"cannot connect to serial console of destroyed instance",
1668+
"cannot connect to serial console of instance in state \"Stopped\"",
16691669
)),
16701670
}
16711671
} else {

0 commit comments

Comments
 (0)