VirtualBox

Ignore:
Timestamp:
Jun 4, 2014 8:06:12 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94152
Message:

DevVGA/crOpenGL: bugfixes, logging

File:
1 edited

Legend:

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

    r51436 r51524  
    973973        default:
    974974        {
     975            WARN(("svcCall: unexpected u32Function %d", u32Function));
    975976            rc = VERR_NOT_IMPLEMENTED;
    976977        }
     
    15171518        }
    15181519        default:
     1520            WARN(("svcHostCallPerform: unexpected u32Function %d", u32Function));
    15191521            rc = VERR_NOT_IMPLEMENTED;
    15201522            break;
     
    15921594                }
    15931595                default:
    1594                     WARN(("invalid function"));
     1596                    WARN(("svcHostCall: invalid function %d", pCtl->enmType));
    15951597                    return VERR_INVALID_PARAMETER;
    15961598            }
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