diff --git a/host/platform/Windows/capture/DXGI/src/dxgi.c b/host/platform/Windows/capture/DXGI/src/dxgi.c
index c20eca2f..8aa523bb 100644
--- a/host/platform/Windows/capture/DXGI/src/dxgi.c
+++ b/host/platform/Windows/capture/DXGI/src/dxgi.c
@@ -302,6 +302,8 @@ static bool dxgi_init(void)
     goto fail;
   }
 
+  DEBUG_INFO("Device Name      : %ls", outputDesc.DeviceName);
+
   static const D3D_FEATURE_LEVEL win8[] =
   {
     D3D_FEATURE_LEVEL_11_1,