VirtualBox

Changeset 6918 in vbox


Ignore:
Timestamp:
Feb 12, 2008 11:23:05 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28069
Message:

Solaris vboxdrv: Hide more verbose logging in release builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r6883 r6918  
    501501        return EFAULT;
    502502    }
    503     OSDBGPRINT(("VBoxDrvSolarisClose: Dev=%#x pSession=%p pid=%d r0proc=%p thread=%p\n", Dev, pSession, RTProcSelf(), RTR0ProcHandleSelf(), RTThreadNativeSelf() ));
     503    dprintf(("VBoxDrvSolarisClose: Dev=%#x pSession=%p pid=%d r0proc=%p thread=%p\n", Dev, pSession, RTProcSelf(), RTR0ProcHandleSelf(), RTThreadNativeSelf() ));
    504504
    505505#else
     
    553553     */
    554554    supdrvCloseSession(&g_DevExt, pSession);
    555     OSDBGPRINT(("VBoxDrvSolarisClose: returns\n"));
     555    dprintf(("VBoxDrvSolarisClose: returns\n"));
    556556    return 0;
    557557}
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