VirtualBox

Changeset 55382 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 22, 2015 3:08:16 PM (10 years ago)
Author:
vboxsync
Message:

ConsoleImpl: log nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r55370 r55382  
    62306230    LogFlowThisFunc(("Sending PAUSE request...\n"));
    62316231    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)));
    62336233
    62346234    /** @todo r=klaus make use of aReason */
     
    62766276    LogFlowThisFunc(("Sending RESUME request...\n"));
    62776277    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)));
    62796279
    62806280    int vrc;
     
    63586358
    63596359    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)));
    63616361
    63626362    /* ensure the directory for the saved state file exists */
     
    77317731        LogThisFunc(("machineState=%s -> %s aUpdateServer=%RTbool\n",
    77327732                     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)));
    77347734        mMachineState = aMachineState;
    77357735
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette