[X2Go-Commits] [nx-libs] 08/23: Client.c: Fix wrong function names in DEBUG/WARNING output

git-admin at x2go.org git-admin at x2go.org
Wed Feb 7 20:08:35 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 876063ce1f0d951f08232f0fce80b558e044ab5b
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Fri Jan 5 00:50:29 2018 +0100

    Client.c: Fix wrong function names in DEBUG/WARNING output
---
 nx-X11/programs/Xserver/hw/nxagent/Client.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Client.c b/nx-X11/programs/Xserver/hw/nxagent/Client.c
index 38d877e..1149545 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Client.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Client.c
@@ -517,12 +517,12 @@ void nxagentCheckRestartedClients(struct timeval **timeout)
       if (FD_ISSET(fd, &ClientsWithInput))
       {
         #ifdef WARNING
-        fprintf(stderr, "nxagentBlockHandler: WARNING! Client [%d] with fd [%d] has input.\n",
+        fprintf(stderr, "nxagentCheckRestartedClients: WARNING! Client [%d] with fd [%d] has input.\n",
                     clients[i] -> index, fd);
         #endif
 
         #ifdef DEBUG
-        fprintf(stderr, "nxagentBlockHandler: Setting a null timeout with former timeout [%ld] Ms.\n",
+        fprintf(stderr, "nxagentCheckRestartedClients: Setting a null timeout with former timeout [%ld] Ms.\n",
                     (*timeout) -> tv_sec * 1000 + (*timeout) -> tv_usec / 1000);
         #endif
 

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