VirtualBox

Changeset 22416 in vbox


Ignore:
Timestamp:
Aug 24, 2009 2:27:39 PM (15 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r22412 r22416  
    40334033        pThis->u16VBEExtraAddress = u32;
    40344034    }
     4035    else
     4036        Log(("vbeIOPortWriteVBEExtra: Ignoring invalid cb=%d writes to the VBE Extra port!!!\n", cb));
    40354037    PDMCritSectLeave(&pThis->lock);
    40364038
    4037     Log(("vbeIOPortWriteVBEExtra: Ignoring invalid cb=%d writes to the VBE Extra port!!!\n", cb));
    40384039    return VINF_SUCCESS;
    40394040}
     
    40944095    }
    40954096    else
     4097    {
     4098        Log(("vbeIOPortReadVBEExtra: Invalid cb=%d read from the VBE Extra port!!!\n", cb));
    40964099        rc = VERR_IOM_IOPORT_UNUSED;
    4097 
    4098     Log(("vbeIOPortReadVBEExtra: Invalid cb=%d read from the VBE Extra port!!!\n", cb));
     4100    }
     4101
    40994102    PDMCritSectLeave(&pThis->lock);
    41004103    return rc;
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