libobs-d3d11: Print feature level as %x for readability

This commit is contained in:
jpark37
2019-08-28 21:11:48 -07:00
parent fe02a8286e
commit f8572813b1

View File

@@ -382,7 +382,7 @@ void gs_device::InitDevice(uint32_t adapterIdx)
if (FAILED(hr))
throw UnsupportedHWError("Failed to create device", hr);
blog(LOG_INFO, "D3D11 loaded successfully, feature level used: %u",
blog(LOG_INFO, "D3D11 loaded successfully, feature level used: %x",
(unsigned int)levelUsed);
/* ---------------------------------------- */