Changeset 53889 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 21, 2015 9:58:22 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r53888 r53889 3444 3444 else 3445 3445 { 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")); 3447 3447 hr = E_OUTOFMEMORY; 3448 3448 } 3449 3449 } 3450 3450 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")); 3452 3452 } 3453 3453 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")); 3455 3455 } 3456 3456 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")); 3458 3458 3459 3459 return hr;
Note:
See TracChangeset
for help on using the changeset viewer.