VirtualBox

Changeset 3470 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 5, 2007 2:31:17 PM (18 years ago)
Author:
vboxsync
Message:

more logging

File:
1 edited

Legend:

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

    r3469 r3470  
    6666            && !strcmp(OpenGLExtensions[i].pszExtFunctionName, pszFunctionName))
    6767        {
     68            Log(("vboxwglGetProcAddress: found %s\n", pszFunctionName));
    6869            return true;
    6970        }
    7071    }
    71 
     72    Log(("vboxwglGetProcAddress: didn't find %s\n", pszFunctionName));
    7273    return false;
    7374}
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