[X2Go-Commits] [nx-libs] 390/429: Clipboard.c: print more debug details for reply

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:37:14 CEST 2021


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 9293348c821f4939e38615853b47b8601d8e5d46
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Tue Mar 2 23:11:11 2021 +0100

    Clipboard.c: print more debug details for reply
---
 nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 27aa49578..8844c88df 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -621,11 +621,11 @@ static void sendSelectionNotifyEventToClient(ClientPtr client,
 
   #ifdef DEBUG
   if (property == None)
-    fprintf(stderr, "%s: Denying request to client %s.\n", __func__,
-                nxagentClientInfoString(client));
+    fprintf(stderr, "%s: Denying request to client %s - event time [%u].\n", __func__,
+            nxagentClientInfoString(client), time);
   else
-    fprintf(stderr, "%s: Sending event to client %s.\n", __func__,
-                nxagentClientInfoString(client));
+    fprintf(stderr, "%s: Sending event to client %s - event time [%u].\n", __func__,
+            nxagentClientInfoString(client), time);
   #endif
 
   sendEventToClient(client, &x);

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