[X2Go-Commits] [nx-libs] 16/23: Screen.c: Fix wrong function names in TEST 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 0e54be636a2afd17c0005cdb62729639c3065e45
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Fri Jan 5 01:39:00 2018 +0100
Screen.c: Fix wrong function names in TEST output
---
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index 75e448c..c5aa389 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -2780,7 +2780,7 @@ int nxagentShadowInit(ScreenPtr pScreen, WindowPtr pWin)
#endif
#ifdef TEST
- fprintf(stderr, "nxagentAddXConnection: Adding the X connection [%d] "
+ fprintf(stderr, "nxagentShadowInit: Adding the X connection [%d] "
"to the device set.\n", fd);
#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