VirtualBox

Changeset 20583 in vbox


Ignore:
Timestamp:
Jun 15, 2009 9:39:59 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48594
Message:

crOpenGL: move 2 log warnings which confuse people to debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c

    r20385 r20583  
    231231    renderspuMakeVisString( visAttribs, s );
    232232
    233     crWarning( "Render SPU: WGL wants these visual capabilities: %s", s);
     233    crDebug( "Render SPU: WGL wants these visual capabilities: %s", s);
    234234
    235235    /* These really come into play with sort-last configs */
     
    306306    renderspuMakeVisString( b, s );
    307307
    308     crWarning( "Render SPU: WGL chose these visual capabilities: %s", s);
     308    crDebug( "Render SPU: WGL chose these visual capabilities: %s", s);
    309309    return TRUE;
    310310}
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