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 99b11437002ffa4f14ab8be566dad680c273f05e Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Jan 5 00:46:34 2018 +0100 Handlers.c: Fix wrong function names in TEST output --- nx-X11/programs/Xserver/hw/nxagent/Handlers.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c index 634f7aa..e4c0568 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c @@ -423,7 +423,7 @@ void nxagentBlockHandler(void * data, struct timeval **timeout, void * mask) } #ifdef TEST - fprintf(stderr, "nxagentDispatchHandler: Reducing the display buffer to [%d] bytes.\n", + fprintf(stderr, "nxagentBlockHandler: Reducing the display buffer to [%d] bytes.\n", nxagentBuffer); #endif @@ -435,7 +435,7 @@ void nxagentBlockHandler(void * data, struct timeval **timeout, void * mask) nxagentBuffer = nxagentOption(DisplayBuffer); #ifdef TEST - fprintf(stderr, "nxagentDispatchHandler: Increasing the display buffer to [%d] bytes.\n", + fprintf(stderr, "nxagentBlockHandler: Increasing the display buffer to [%d] bytes.\n", nxagentBuffer); #endif @@ -590,7 +590,7 @@ void nxagentWakeupHandler(void * data, int count, void * mask) #endif #ifdef TEST - fprintf(stderr, "nxagentBlockHandler: Calling nxagentHandleConnectionStates " + fprintf(stderr, "nxagentWakeupHandler: Calling nxagentHandleConnectionStates " "with ioError [%d] sigHup [%d].\n", nxagentException.ioError, nxagentException.sigHup); #endif @@ -743,14 +743,14 @@ void nxagentShadowBlockHandler(void * data, struct timeval **timeout, void * mas if (nxagentSessionState == SESSION_DOWN && nxagentOption(SleepTime) > 0) { #ifdef TEST - fprintf(stderr, "nxagentBlockHandler: sleeping for %d milliseconds for slowdown.\n", + fprintf(stderr, "nxagentShadowBlockHandler: sleeping for %d milliseconds for slowdown.\n", nxagentOption(SleepTime)); #endif usleep(nxagentOption(SleepTime) * 1000); } #ifdef TEST else if (0 == nxagentOption(SleepTime)) { - fprintf(stderr, "nxagentBlockHandler: not sleeping for slowdown.\n"); + fprintf(stderr, "nxagentShadowBlockHandler: not sleeping for slowdown.\n"); } #endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git