[X2Go-Commits] [nx-libs] 20/23: Window.c: fix TEST/DEBUG output

git-admin at x2go.org git-admin at x2go.org
Wed Feb 7 20:08:36 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 7db6cff1cd9f4f7c7ae8b34866dd921bddf31642
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Fri Jan 5 01:51:02 2018 +0100

    Window.c: fix TEST/DEBUG output
---
 nx-X11/programs/Xserver/hw/nxagent/Window.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index 1cad4ca..977b955 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -283,7 +283,7 @@ Bool nxagentCreateWindow(pWin)
       nxagentClearSplash(nxagentRootTileWindow);
   }
 #ifdef NXAGENT_LOGO_DEBUG
-  fprintf(stderr, "nxagentSplashCount: %d\n", nxagentSplashCount);
+  fprintf(stderr, "nxagentCreateWindow: nxagentSplashCount [%d]\n", nxagentSplashCount);
 #endif
 
   if (pWin->drawable.class == InputOnly) {
@@ -303,7 +303,7 @@ Bool nxagentCreateWindow(pWin)
     attributes.backing_store = NotUseful;
 
     #ifdef TEST
-    fprintf(stderr, "nxagentCreateWindow: Backing store on window at %p is %d.\n",
+    fprintf(stderr, "nxagentCreateWindow: Backing store on window at [%p] is [%d].\n",
                 (void*)pWin, attributes.backing_store);
     #endif
 
@@ -2865,7 +2865,7 @@ Bool nxagentSetWindowCursors(void *p0)
   }
 
   #ifdef NXAGENT_RECONNECT_WINDOW_DEBUG
-  fprintf(stderr, "nxagentLoopOverWindows: All cursors configured.\n");
+  fprintf(stderr, "nxagentSetWindowCursors: All cursors configured.\n");
   #endif
 
   nxagentReDisplayCurrentCursor();

--
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