Changeset 57959 in vbox for trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
- Timestamp:
- Sep 30, 2015 12:21:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r57374 r57959 1622 1622 if (u32Type != SUP_DARWIN_IOSERVICE_COOKIE) 1623 1623 { 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)); 1625 1625 return false; 1626 1626 } 1627 else1628 LogRel(("org_virtualbox_SupDrvClient::initWithTask: Expected cookie %#x (%s)\n", u32Type, pszProcName));1629 1627 1630 1628 if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type))
Note:
See TracChangeset
for help on using the changeset viewer.