VirtualBox

Ignore:
Timestamp:
Sep 30, 2015 12:21:09 AM (9 years ago)
Author:
vboxsync
Message:

org_virtualbox_SupDrvClient::initWithTask: Dropped annoying and ambiguous LogRel statement that nobody ever really needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r57374 r57959  
    16221622    if (u32Type != SUP_DARWIN_IOSERVICE_COOKIE)
    16231623    {
    1624         LogRel(("org_virtualbox_SupDrvClient::initWithTask: Bad cookie %#x (%s)\n", u32Type, pszProcName));
     1624        LogRelMax(10,("org_virtualbox_SupDrvClient::initWithTask: Bad cookie %#x (%s)\n", u32Type, pszProcName));
    16251625        return false;
    16261626    }
    1627     else
    1628         LogRel(("org_virtualbox_SupDrvClient::initWithTask: Expected cookie %#x (%s)\n", u32Type, pszProcName));
    16291627
    16301628    if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type))
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