VirtualBox

Ignore:
Timestamp:
Jan 21, 2015 11:48:46 AM (10 years ago)
Author:
vboxsync
Message:

Host 3D: scaling: more debug logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp

    r53847 r53893  
    13871387
    13881388            /* Log scaling factor rounded to nearest 'int' value (not so precise). */
    1389             LogRel(("OpenGL: Set 3D content scale factor to (%u, %u), multiplier %d.\n",
     1389            LogRel(("OpenGL: Set 3D content scale factor to (%u, %u), multiplier %d (rc=%Rrc).\n",
    13901390                pData->u32ScaleFactorWMultiplied,
    13911391                pData->u32ScaleFactorHMultiplied,
    1392                 (int)VBOX_OGL_SCALE_FACTOR_MULTIPLIER));
     1392                (int)VBOX_OGL_SCALE_FACTOR_MULTIPLIER),
     1393                rc);
    13931394
    13941395            break;
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