Changeset 96847 in vbox
- Timestamp:
- Sep 23, 2022 3:01:29 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153751
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r96407 r96847 6680 6680 if (FAILED(hrc)) 6681 6681 { 6682 if (hrc == VBOX_E_OBJECT_NOT_FOUND) 6683 return pVMM->pfnVMR3SetError(pUVM, hrc, RT_SRC_POS, 6684 N_("Failed to start cloud gateway instance.\nCould not find suitable " 6685 "standard cloud images. Make sure you ran 'VBoxManage cloud network setup' " 6686 "with correct '--gateway-os-name' and '--gateway-os-version' parameters. " 6687 "Check VBoxSVC.log for actual values used to look up cloud images.")); 6682 6688 return pVMM->pfnVMR3SetError(pUVM, hrc, RT_SRC_POS, 6683 6689 N_("Failed to start cloud gateway instance.\nMake sure you set up " 6684 "cloud networking properly with 'VBoxManage network setup'. "6690 "cloud networking properly with 'VBoxManage cloud network setup'. " 6685 6691 "Check VBoxSVC.log for details.")); 6686 6692 }
Note:
See TracChangeset
for help on using the changeset viewer.