瀏覽代碼

better debug messages when window/fullscreen fails

Asad M. Zaman 21 年之前
父節點
當前提交
3c5c89641d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      panda/src/dxgsg8/wdxGraphicsPipe8.cxx

+ 2 - 2
panda/src/dxgsg8/wdxGraphicsPipe8.cxx

@@ -570,8 +570,8 @@ search_for_valid_displaymode(DXScreenData &scrn,
       if (bVerboseMode) {
         wdxdisplay8_cat.info()
           << "Mode dimension " << dispmode.Width << "x" << dispmode.Height
-          << " and format " << dispmode.Format
-          << ": continuing onto next mode\n";
+          << "; format " << D3DFormatStr(dispmode.Format)
+          << ": onto next mode\n";
       }
       continue;
     }