diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-10-31 23:43:58 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-12-22 22:01:31 +0100 |
commit | a61b1a72dc91503b34e3260262fb201191fab887 (patch) | |
tree | d4a7e11e14c52aa6b7431c1f021f72d7654ea064 /nx-X11/lib | |
parent | d98255968330e904e02cd129482f83f31e937fa6 (diff) | |
download | nx-libs-a61b1a72dc91503b34e3260262fb201191fab887.tar.gz nx-libs-a61b1a72dc91503b34e3260262fb201191fab887.tar.bz2 nx-libs-a61b1a72dc91503b34e3260262fb201191fab887.zip |
XlibInt.c: fix wrong debug message
Diffstat (limited to 'nx-X11/lib')
-rw-r--r-- | nx-X11/lib/src/XlibInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |