diff --git a/dlls/user32/dialog.c b/dlls/user32/dialog.c index 76432417fca..aa159c7ba36 100644 --- a/dlls/user32/dialog.c +++ b/dlls/user32/dialog.c @@ -317,6 +317,8 @@ static BOOL DIALOG_CreateControls32( HWND hwnd, LPCSTR template, const DLG_TEMPL } if (!hwndCtrl) { + WARN("control %s %s creation failed\n", debugstr_w(info.className), + debugstr_w(info.windowName)); if (dlgTemplate->style & DS_NOFAILCREATE) continue; return FALSE; }