Changeset 26323 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 8, 2010 11:13:28 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r25377 r26323 378 378 CHECK_ERROR_RET(a->virtualBox, OpenRemoteSession(a->session, uuid, sessionType, 379 379 env, progress.asOutParam()), rc); 380 RTPrintf("Waiting for the remote session to open...\n");381 CHECK_ERROR_RET(progress, WaitForCompletion 380 RTPrintf("Waiting for the VM to power on...\n"); 381 CHECK_ERROR_RET(progress, WaitForCompletion(-1), 1); 382 382 383 383 BOOL completed; … … 396 396 else 397 397 { 398 RTPrintf(" Remote session has been successfully opened.\n");398 RTPrintf("VM has been successfully started.\n"); 399 399 } 400 400 }
Note:
See TracChangeset
for help on using the changeset viewer.