From 5c11706972af935f3f76737491bc3da9c95554dd Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 20 Jan 2014 11:06:16 +0100 Subject: Solved problem of silent-dup-error not always being checked correctly --- xorg-server/hw/xwin/winerror.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xorg-server') 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; } -- cgit v1.2.3