VirtualBox

Ignore:
Timestamp:
Mar 20, 2009 11:36:45 AM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: typo + warning if hgcm calls fail on guest side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r18109 r18111  
    171171        return VINF_SUCCESS;
    172172    }
    173     crDebug("vboxCall failed with %x\n", errno);
     173    crWarning("vboxCall failed with %x\n", errno);
    174174    return VERR_NOT_SUPPORTED;
    175175#endif /*#ifdef RT_OS_WINDOWS*/
     
    325325    if (RT_FAILURE(rc) || RT_FAILURE(parms.hdr.result))
    326326    {
    327         crDebug("SHCRGL_GUEST_FN_WRITE failed with %x %x\n", rc, parms.hdr.result);
     327        crWarning("SHCRGL_GUEST_FN_WRITE failed with %x %x\n", rc, parms.hdr.result);
    328328    }
    329329}
     
    351351    if (RT_FAILURE(rc) || RT_FAILURE(parms.hdr.result))
    352352    {
    353         crDebug("SHCRGL_GUEST_FN_WRITE_READ failed with %x %x\n", rc, parms.hdr.result);
     353        crWarning("SHCRGL_GUEST_FN_READ failed with %x %x\n", rc, parms.hdr.result);
    354354        return;
    355355    }
     
    426426        else
    427427        {
    428             crDebug("SHCRGL_GUEST_FN_WRITE_READ failed with %x %x\n", rc, parms.hdr.result);
     428            crWarning("SHCRGL_GUEST_FN_WRITE_READ (%i) failed with %x %x\n", len, rc, parms.hdr.result);
    429429            return;
    430430        }
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