Changeset 84521 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- May 25, 2020 5:49:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r84520 r84521 2722 2722 RTPrintf("Waiting for run level %RU32 ...\n", enmRunLevel); 2723 2723 2724 vrc = VINF_SUCCESS; /* Shut up MSVC. */ 2725 2724 2726 RTMSINTERVAL tsStart = RTTimeMilliTS(); 2725 2727 while (RTTimeMilliTS() - tsStart < cMsTimeout)
Note:
See TracChangeset
for help on using the changeset viewer.