aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-03-02 21:31:07 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commit5c205f57a76e99063f29dbe20e58019d6b39fb7e (patch)
treead00d0461a1957dcbc3038e3e5610e4c26dffaed
parentd97e5022e8e04f5316908dc772a491e5fe422b4c (diff)
downloadnx-libs-5c205f57a76e99063f29dbe20e58019d6b39fb7e.tar.gz
nx-libs-5c205f57a76e99063f29dbe20e58019d6b39fb7e.tar.bz2
nx-libs-5c205f57a76e99063f29dbe20e58019d6b39fb7e.zip
Clipboard.c: fix wrong debug message
printing the wrong client makes the debug output very confusing ;-)
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index c85e61298..4bdd32e8f 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -2443,8 +2443,8 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
if ((GetTimeInMillis() - lastClients[index].reqTime) >= CONVERSION_TIMEOUT)
{
#ifdef DEBUG
- fprintf(stderr, "%s: timeout expired on previous request, "
- "notifying failure to client %s\n", __func__, nxagentClientInfoString(client));
+ fprintf(stderr, "%s: timeout expired on previous request - "
+ "notifying failure to waiting client\n", __func__);
#endif
/* notify the waiting client of failure */