From 12dd3a8b2ebe16cd6b4b6d19d3c7905edace9971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Tue, 16 Oct 2012 13:44:25 -0400 Subject: [PATCH] wfreerdp-server: reduce verbosity of debug output --- server/Windows/wf_dxgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;