VirtualBox

Changeset 50119 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 20, 2014 2:09:00 PM (11 years ago)
Author:
vboxsync
Message:

DevVGA: fix regression from r91599

File:
1 edited

Legend:

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

    r50079 r50119  
    23582358         */
    23592359        if (   pThis->pDrv->cx != (uint32_t)width
    2360             || pThis->pDrv->cy != (uint32_t)height
    2361             || pThis->pDrv->cBits != (uint32_t)bits)
     2360            || pThis->pDrv->cy != (uint32_t)height)
    23622361        {
    2363             Log(("Framebuffer mismatch: vga %dx%d@%d, drv %dx%d@%d!!!\n",
    2364                  width, height, bits,
    2365                  pThis->pDrv->cx, pThis->pDrv->cy, pThis->pDrv->cBits));
     2362            LogRel(("Framebuffer mismatch: vga %dx%d, drv %dx%d!!!\n",
     2363                    width, height,
     2364                    pThis->pDrv->cx, pThis->pDrv->cy));
    23662365            return VINF_SUCCESS;
    23672366        }
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