summaryrefslogtreecommitdiff
path: root/hw/xwin/winerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winerror.c')
-rw-r--r--hw/xwin/winerror.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c
index 1191d27b8..e688ca22e 100644
--- a/hw/xwin/winerror.c
+++ b/hw/xwin/winerror.c
@@ -70,7 +70,8 @@ OsVendorFatalError(const char *f, va_list args)
if (g_fSilentDupError) {
if ((strcmp(f, "InitOutput - Duplicate invocation on display number: %s. Exiting.\n") == 0)
|| (strcmp(f, "Server is already active for display %s\n%s %s\n%s\n") == 0)
- || (strcmp(f, "MakeAllCOTSServerListeners: server already running\n") == 0)) {
+ || (strcmp(f, "Cannot establish any listening sockets - Make sure an X server isn't already running") == 0)
+ || (strcmp(f, "_XSERVTransMakeAllCOTSServerListeners: server already running\n") == 0)) {
g_fSilentFatalError = TRUE;
}
}