VirtualBox

Changeset 53889 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 21, 2015 9:58:22 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97737
Message:

Host 3D: a bit more error reporting for scaling factor stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r53888 r53889  
    34443444                else
    34453445                {
    3446                     Log(("Running out of memory on attempt to set OpenGL content scale factor. Ignored.\n"));
     3446                    LogRel(("Running out of memory on attempt to set OpenGL content scale factor. Ignored.\n"));
    34473447                    hr = E_OUTOFMEMORY;
    34483448                }
    34493449            }
    34503450            else
    3451                 Log(("Internal error occurred on attempt to set OpenGL content scale factor. Ignored.\n"));
     3451                LogRel(("Internal error occurred on attempt to set OpenGL content scale factor. Ignored.\n"));
    34523452        }
    34533453        else
    3454             Log(("Attempt to specify OpenGL content scale factor while corresponding HGCM host service not yet runing. Ignored.\n"));
     3454            LogRel(("Attempt to specify OpenGL content scale factor while corresponding HGCM host service not yet runing. Ignored.\n"));
    34553455    }
    34563456    else
    3457         Log(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n"));
     3457        LogRel(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n"));
    34583458
    34593459    return hr;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette