mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
wfreerdp-server: a little more debug info
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user