VirtualBox

Changeset 56994 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jul 18, 2015 11:15:01 PM (9 years ago)
Author:
vboxsync
Message:

Main: Log and assert formatting fixes.

Location:
trunk/src/VBox/Main/src-server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r56820 r56994  
    46574657     HRESULT rc = S_OK;
    46584658
    4659      LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aType=%d aMedium=%p\n",
     4659     LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aType=%d\n",
    46604660                      aName.c_str(), aControllerPort, aDevice, aType));
    46614661
  • trunk/src/VBox/Main/src-server/Performance.cpp

    r56587 r56994  
    402402                            "CGMgr");
    403403    NOREF(rc);
    404     Log7(("{%p} " LOG_FN_FMT ": RTThreadCreate returned %u (mThread=%p)\n", this, __PRETTY_FUNCTION__, rc));
     404    Log7(("{%p} " LOG_FN_FMT ": RTThreadCreate returned %Rrc (mThread=%p)\n", this, __PRETTY_FUNCTION__, rc, mThread));
    405405}
    406406
     
    820820    }
    821821    else
    822         LogFlowThisFunc(("Failed to collect data: %Rrc (%d).\n", rc));
     822        LogFlowThisFunc(("Failed to collect data: %Rrc (%d)\n", rc, rc));
    823823}
    824824
  • trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp

    r50899 r56994  
    7575    }
    7676    else
    77         LogRel(("NetIfAdpCtl: failed to create process for %.\n",
    78                 szAdpCtl));
     77        LogRel(("NetIfAdpCtl: failed to create process for %s: %Rrc\n", szAdpCtl, rc));
    7978    return rc;
    8079}
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