diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c index 1d6357da..5a0854a8 100644 --- a/sesman/chansrv/clipboard.c +++ b/sesman/chansrv/clipboard.c @@ -2527,6 +2527,7 @@ clipboard_xevent(void *xevent) } else { + log_debug("outbound clipboard is restricted because %s is True in config", SESMAN_CFG_RESTRICT_CLIPBOARD); return 1; } break;