OW warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1676a1941a
commit
141f4958e0
@ -1228,7 +1228,8 @@ static DWORD wxRasMonitorThread(wxRasThreadData *data)
|
|||||||
// using wxLogLastError() from here is dangerous: we risk to
|
// using wxLogLastError() from here is dangerous: we risk to
|
||||||
// deadlock the main thread if wxLog sends output to GUI
|
// deadlock the main thread if wxLog sends output to GUI
|
||||||
DWORD err = GetLastError();
|
DWORD err = GetLastError();
|
||||||
wxMessageOutputDebug().Printf
|
wxMessageOutputDebug dbg;
|
||||||
|
dbg.Printf
|
||||||
(
|
(
|
||||||
wxT("WaitForMultipleObjects(RasMonitor) failed: 0x%08lx (%s)"),
|
wxT("WaitForMultipleObjects(RasMonitor) failed: 0x%08lx (%s)"),
|
||||||
err,
|
err,
|
||||||
|
Loading…
Reference in New Issue
Block a user