aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-10-31 23:43:58 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-12-22 22:01:31 +0100
commita61b1a72dc91503b34e3260262fb201191fab887 (patch)
treed4a7e11e14c52aa6b7431c1f021f72d7654ea064 /nx-X11/lib
parentd98255968330e904e02cd129482f83f31e937fa6 (diff)
downloadnx-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.c2
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;
}