wfreerdp-server: fixed debug prints
authorCorey C <can.of.tuna@gmail.com>
Wed, 17 Oct 2012 21:06:03 +0000 (17:06 -0400)
committerCorey C <can.of.tuna@gmail.com>
Wed, 17 Oct 2012 21:06:03 +0000 (17:06 -0400)
server/Windows/wf_dxgi.c

index a0ef7f5..bef369f 100644 (file)
@@ -311,16 +311,16 @@ int wf_dxgi_nextFrame(wfInfo* wfi, UINT timeout)
                else
                {
                        _tprintf(_T("Failed to acquire next frame with status=%#X\n"), status);
-                       _tprintf(_T("\tAccumulated Frames: %d\n\tRects: %d\n\tBuffSize: %d\n"),
+                       /*_tprintf(_T("\tAccumulated Frames: %d\n\tRects: %d\n\tBuffSize: %d\n"),
                                FrameInfo.AccumulatedFrames,
                                FrameInfo.RectsCoalesced,
-                               FrameInfo.TotalMetadataBufferSize);
+                               FrameInfo.TotalMetadataBufferSize);*/
 
                        status = gOutputDuplication->lpVtbl->ReleaseFrame(gOutputDuplication);
 
                        if (FAILED(status))
                        {
-                               _tprintf(_T("Failed to release frame with status=%d\n", status));
+                               _tprintf(_T("Failed to release frame with status=%d\n"), status);
                        }
                
                        return 1;