aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-server/hw/xwin/winerror.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winerror.c b/xorg-server/hw/xwin/winerror.c
index 859a66834..e8e63be03 100644
--- a/xorg-server/hw/xwin/winerror.c
+++ b/xorg-server/hw/xwin/winerror.c
@@ -61,7 +61,9 @@ OsVendorVErrorF(const char *pszFormat, va_list va_args)
|| (strcmp(pszFormat,
"Server is already active for display %s\n%s %s\n%s\n") == 0)
|| (strcmp(pszFormat,
- "MakeAllCOTSServerListeners: server already running\n") == 0))
+ "MakeAllCOTSServerListeners: server already running\n") == 0)
+ || (strcmp(pszFormat,
+ "MakeAllCOTSServerListeners: failed to create listener for %s\n") == 0))
{
g_fSilentFatalError = TRUE;
}