[X2Go-Commits] [nx-libs] 17/23: Splash.c: Fix wrong function names in 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 0a2a9da33e0a239a3783c5a1d67396ee753473cb
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Fri Jan 5 01:41:52 2018 +0100

    Splash.c: Fix wrong function names in TEST/DEBUG output
---
 nx-X11/programs/Xserver/hw/nxagent/Splash.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.c b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
index 0d3c2ff..bc86fed 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
@@ -86,14 +86,14 @@ int nxagentShowSplashWindow(Window parentWindow)
   GC gc;
 
   #ifdef TEST
-  fprintf(stderr, "nxagentShowSplash: Got called.\n");
+  fprintf(stderr, "nxagentShowSplashWindow: Got called.\n");
   #endif
 
   #ifdef NXAGENT_TIMESTAMP
   {
     extern unsigned long startTime;
 
-    fprintf(stderr, "nxagentShowSplash: Initializing splash start at [%d] milliseconds.\n",
+    fprintf(stderr, "nxagentShowSplashWindow: Initializing splash start at [%d] milliseconds.\n",
             GetTimeInMillis() - startTime);
   }
   #endif
@@ -133,7 +133,7 @@ int nxagentShowSplashWindow(Window parentWindow)
   getAttributes.height = nxagentOption(RootHeight);
 
   #ifdef TEST
-  fprintf(stderr, "nxagentShowSplash: Going to create new splash window.\n");
+  fprintf(stderr, "nxagentShowSplashWindow: Going to create new splash window.\n");
   #endif
 
   nxagentSplashWindow =
@@ -146,7 +146,7 @@ int nxagentShowSplashWindow(Window parentWindow)
                           BlackPixel (nxagentDisplay, 0));
 
   #ifdef TEST
-  fprintf(stderr, "nxagentShowSplash: Created new splash window with id [%ld].\n",
+  fprintf(stderr, "nxagentShowSplashWindow: Created new splash window with id [%ld].\n",
               nxagentSplashWindow);
   #endif
 
@@ -162,7 +162,7 @@ int nxagentShowSplashWindow(Window parentWindow)
   #ifdef NXAGENT_TIMESTAMP
   {
     extern unsigned long startTime;
-    fprintf(stderr, "nxagentShowSplash: Splash ends [%d] milliseconds.\n",
+    fprintf(stderr, "nxagentShowSplashWindow: Splash ends [%d] milliseconds.\n",
             GetTimeInMillis() - startTime);
   }
   #endif
@@ -185,7 +185,7 @@ void nxagentPaintLogo(Window win, GC gc, int scale, int width, int height)
    }
 
   #ifdef DEBUG
-  fprintf(stderr, "nxagenShowtLogo: Got called.\n");
+  fprintf(stderr, "nxagentPaintLogo: Got called.\n");
   #endif
 
   #ifdef NXAGENT_LOGO_DEBUG

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