VirtualBox

Changeset 14905 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 2, 2008 2:39:30 PM (16 years ago)
Author:
vboxsync
Message:

SUPDrv-darwin.c: dropping printf.

File:
1 edited

Legend:

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

    r14901 r14905  
    701701    if (fEnable)
    702702    {
    703 printf("calling host_vmxon\n");
    704703        rc = host_vmxon(false /* exclusive */);
    705 printf("host_vmxon: %d\n", rc);
    706704        if (rc == 42)
    707705            rc = VERR_NOT_SUPPORTED;
     
    721719    else
    722720    {
    723 printf("calling host_vmxoff\n");
    724721        host_vmxoff();
    725 printf("host_vmxoff returned\n");
    726722        AssertReturn(!g_fWeakHostVmxOnOff, VERR_NOT_SUPPORTED);
    727723        rc = VINF_SUCCESS;
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