Xming: Fix some log spam
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
d190a27a33
commit
966c8fccf1
|
@ -1359,7 +1359,9 @@ winMultiWindowXMsgProcErrorHandler (Display *pDisplay, XErrorEvent *pErr)
|
||||||
pErr->error_code,
|
pErr->error_code,
|
||||||
pszErrorMsg,
|
pszErrorMsg,
|
||||||
sizeof (pszErrorMsg));
|
sizeof (pszErrorMsg));
|
||||||
|
#if CYGMULTIWINDOW_DEBUG
|
||||||
ErrorF ("winMultiWindowXMsgProcErrorHandler - ERROR: %s\n", pszErrorMsg);
|
ErrorF ("winMultiWindowXMsgProcErrorHandler - ERROR: %s\n", pszErrorMsg);
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue