ddraw: Replace an ERR in IDirect3DDeviceImpl_7_QueryInterface() with a WARN.
This commit is contained in:
parent
4f91eb3fe1
commit
cd8508a915
|
@ -190,7 +190,7 @@ IDirect3DDeviceImpl_7_QueryInterface(IDirect3DDevice7 *iface,
|
|||
/* Unknown interface */
|
||||
else
|
||||
{
|
||||
ERR("(%p)->(%s, %p): No interface found\n", This, debugstr_guid(refiid), obj);
|
||||
WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(refiid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue