[X2Go-Commits] [nx-libs] 19/23: Split.c: make nxagentWaitDrawable TEST messages look like all the others

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 ffc363c54398ce24419d6e8dc15f054213aa0645
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Fri Jan 5 01:45:15 2018 +0100

    Split.c: make nxagentWaitDrawable TEST messages look like all the others
---
 nx-X11/programs/Xserver/hw/nxagent/Split.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Split.c b/nx-X11/programs/Xserver/hw/nxagent/Split.c
index b8fc698..f66a97a 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Split.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Split.c
@@ -734,7 +734,7 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
   if (pResource == NULL)
   {
     #ifdef TEST
-    fprintf(stderr, "++++++nxagentWaitDrawable: WARNING! The drawable at [%p] is already awake.\n",
+    fprintf(stderr, "nxagentWaitDrawable: WARNING! The drawable at [%p] is already awake.\n",
 	    (void *) pDrawable);
     #endif
 
@@ -742,7 +742,7 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
   }
 
   #ifdef TEST
-  fprintf(stderr, "++++++nxagentWaitDrawable: Waiting drawable at [%p] with resource [%d].\n",
+  fprintf(stderr, "nxagentWaitDrawable: Waiting drawable at [%p] with resource [%d].\n",
               (void *) pDrawable, pResource -> split);
   #endif
 
@@ -786,12 +786,12 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
 
       if (NXDisplayError(nxagentDisplay) == 1)
       {
-        fprintf(stderr, "++++++nxagentWaitDrawable: WARNING! Display error detected while "
+        fprintf(stderr, "nxagentWaitDrawable: WARNING! Display error detected while "
                     "waiting for the drawable.\n");
       }
       else
       {
-        fprintf(stderr, "++++++nxagentWaitDrawable: Drawable at [%p] can now be restarted.\n",
+        fprintf(stderr, "nxagentWaitDrawable: Drawable at [%p] can now be restarted.\n",
 		(void *) pDrawable);
       }
 
@@ -801,7 +801,7 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
     }
 
     #ifdef TEST
-    fprintf(stderr, "++++++nxagentWaitDrawable: Yielding control to the NX transport.\n");
+    fprintf(stderr, "nxagentWaitDrawable: Yielding control to the NX transport.\n");
     #endif
 
     nxagentWaitEvents(nxagentDisplay, NULL);

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