VirtualBox

Ignore:
Timestamp:
Mar 31, 2016 11:02:32 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106314
Message:

HostDrivers: try to purge all usage of __FUNCTION__

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp

    r60159 r60273  
    5252    if (bRc)
    5353    {
    54         Log((__FUNCTION__": pDevExt (0x%x) Owner(0x%x) acquired\n", pFObj));
     54        LogFunc(("pDevExt (0x%x) Owner(0x%x) acquired\n", pFObj));
    5555    }
    5656    else
    5757    {
    58         Log((__FUNCTION__": pDevExt (0x%x) Owner(0x%x) FAILED!!\n", pFObj));
     58        LogFunc(("pDevExt (0x%x) Owner(0x%x) FAILED!!\n", pFObj));
    5959    }
    6060    return bRc;
     
    6666    if (bRc)
    6767    {
    68         Log((__FUNCTION__": pDevExt (0x%x) Owner(0x%x) released\n", pFObj));
     68        LogFunc(("pDevExt (0x%x) Owner(0x%x) released\n", pFObj));
    6969    }
    7070    else
    7171    {
    72         Log((__FUNCTION__": pDevExt (0x%x) Owner(0x%x) release: is NOT an owner\n", pFObj));
     72        LogFunc(("pDevExt (0x%x) Owner(0x%x) release: is NOT an owner\n", pFObj));
    7373    }
    7474    return bRc;
     
    11141114        pUrbInfo->len = 0;
    11151115
    1116         Log((__FUNCTION__": URB failed Status (0x%x) urb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));
     1116        LogFunc(("URB failed Status (0x%x) urb Status (0x%x)\n", Status, pUrb->UrbHeader.Status));
    11171117#ifdef DEBUG
    11181118        switch(pContext->ulTransferType)
Note: See TracChangeset for help on using the changeset viewer.

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