- Timestamp:
- Jan 9, 2025 9:21:29 AM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStop.cpp
r107567 r107568 218 218 CHECK_ERROR_BREAK(console, PowerDown(progress.asOutParam())); 219 219 220 hrc =showProgress(progress);220 showProgress(progress); 221 221 CHECK_PROGRESS_ERROR(progress, ("Failed to powering off machine '%ls'", strName.raw())); 222 222 if (FAILED(hrc)) … … 255 255 strName.raw()); 256 256 hrc = autostartSaveVMState(console); 257 if (FAILED(hrc)) 258 autostartSvcLogError("Saving VM state for machine '%ls' failed with %Rhrc\n", strName.raw(), hrc); 257 259 } 258 260 break;
Note:
See TracChangeset
for help on using the changeset viewer.