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 61e4d294942ac103c10b5f79cff49fdf3c820e6d Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Jan 5 01:05:44 2018 +0100 Composite.c: Fix wrong function names in TEST output --- nx-X11/programs/Xserver/hw/nxagent/Composite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Composite.c b/nx-X11/programs/Xserver/hw/nxagent/Composite.c index bd84c52..8f15794 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Composite.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Composite.c @@ -110,7 +110,7 @@ void nxagentCompositeExtensionInit() #ifdef TEST else { - fprintf(stderr, "nxagentRenderExtensionInit: Use of the composite extension not enabled.\n"); + fprintf(stderr, "nxagentCompositeExtensionInit: Use of the composite extension not enabled.\n"); } #endif } @@ -188,7 +188,7 @@ void nxagentUnredirectWindow(WindowPtr pWin) if (nxagentWindowPriv(pWin) -> isRedirected == 1) { #ifdef TEST - fprintf(stderr, "nxagentRedirectWindow: Disabling redirection of window id [%ld] " + fprintf(stderr, "nxagentUnredirectWindow: Disabling redirection of window id [%ld] " "to off-screen memory.\n", nxagentWindow(pWin)); #endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git