diff --git a/server/Windows/wf_dxgi.c b/server/Windows/wf_dxgi.c index 4a22a546f..c50de40af 100644 --- a/server/Windows/wf_dxgi.c +++ b/server/Windows/wf_dxgi.c @@ -238,13 +238,13 @@ int wf_dxgi_nextFrame(wfInfo* wfi, UINT timeout) if (FAILED(status)) { - _tprintf(_T("Failed to acquire next frame\n")); + //_tprintf(_T("Failed to acquire next frame\n")); status = gOutputDuplication->lpVtbl->ReleaseFrame(gOutputDuplication); if (FAILED(status)) { - _tprintf(_T("Failed to release frame\n")); + //_tprintf(_T("Failed to release frame\n")); } return 1;