Changeset 55382 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 22, 2015 3:08:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r55370 r55382 6230 6230 LogFlowThisFunc(("Sending PAUSE request...\n")); 6231 6231 if (aReason != Reason_Unspecified) 6232 LogRel(("Pausing VM execution, reason \"%s\"\n", Global::stringifyReason(aReason)));6232 LogRel(("Pausing VM execution, reason '%s'\n", Global::stringifyReason(aReason))); 6233 6233 6234 6234 /** @todo r=klaus make use of aReason */ … … 6276 6276 LogFlowThisFunc(("Sending RESUME request...\n")); 6277 6277 if (aReason != Reason_Unspecified) 6278 LogRel(("Resuming VM execution, reason \"%s\"\n", Global::stringifyReason(aReason)));6278 LogRel(("Resuming VM execution, reason '%s'\n", Global::stringifyReason(aReason))); 6279 6279 6280 6280 int vrc; … … 6358 6358 6359 6359 if (aReason != Reason_Unspecified) 6360 LogRel(("Saving state of VM, reason \"%s\"\n", Global::stringifyReason(aReason)));6360 LogRel(("Saving state of VM, reason '%s'\n", Global::stringifyReason(aReason))); 6361 6361 6362 6362 /* ensure the directory for the saved state file exists */ … … 7731 7731 LogThisFunc(("machineState=%s -> %s aUpdateServer=%RTbool\n", 7732 7732 Global::stringifyMachineState(mMachineState), Global::stringifyMachineState(aMachineState), aUpdateServer)); 7733 LogRel(("Console: Machine state changed to %s\n", Global::stringifyMachineState(aMachineState)));7733 LogRel(("Console: Machine state changed to '%s'\n", Global::stringifyMachineState(aMachineState))); 7734 7734 mMachineState = aMachineState; 7735 7735
Note:
See TracChangeset
for help on using the changeset viewer.