From a61b1a72dc91503b34e3260262fb201191fab887 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 31 Oct 2018 23:43:58 +0100 Subject: XlibInt.c: fix wrong debug message --- nx-X11/lib/src/XlibInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-X11/lib') diff --git a/nx-X11/lib/src/XlibInt.c b/nx-X11/lib/src/XlibInt.c index 119126d3d..88698daa3 100644 --- a/nx-X11/lib/src/XlibInt.c +++ b/nx-X11/lib/src/XlibInt.c @@ -875,7 +875,7 @@ void _XSeqSyncFunction( if (dpy->flags & XlibDisplayIOError) { #ifdef NX_TRANS_DEBUG - fprintf(stderr, "_XSeqSyncFunction: Returning 0 with I/O error detected.\n"); + fprintf(stderr, "_XSeqSyncFunction: Returning with I/O error detected.\n"); #endif return; } -- cgit v1.2.3