[X2Go-Commits] [nx-libs] 36/51: XlibInt.c: fix wrong debug message
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Fri Feb  8 05:40:13 CET 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit a61b1a72dc91503b34e3260262fb201191fab887
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Wed Oct 31 23:43:58 2018 +0100
    XlibInt.c: fix wrong debug message
---
 nx-X11/lib/src/XlibInt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nx-X11/lib/src/XlibInt.c b/nx-X11/lib/src/XlibInt.c
index 119126d..88698da 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;
     }
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
    
    
More information about the x2go-commits
mailing list