wfreerdp-server: a little more debug info

This commit is contained in:
Corey C
2013-03-22 16:59:35 -04:00
parent 701711600e
commit 492930a398

View File

@@ -267,7 +267,7 @@ BOOL wf_mirror_driver_map_memory(wfInfo* wfi)
// Display the error message and exit the process
_tprintf(_T("CreateDC failed with error %d: %s\n"), dw, lpMsgBuf);
_tprintf(_T("CreateDC failed on device [%s] with error %d: %s\n"), wfi->deviceName, dw, lpMsgBuf);
LocalFree(lpMsgBuf);
}