Log when outbound copy was rejected because RestrictOutboundClipboard was set

This commit is contained in:
Jaroslaw Osmanski 2019-03-01 14:46:02 +01:00
parent 46c33ddaf4
commit 1b6bfa682c

View File

@ -2527,6 +2527,7 @@ clipboard_xevent(void *xevent)
} }
else else
{ {
log_debug("outbound clipboard is restricted because %s is True in config", SESMAN_CFG_RESTRICT_CLIPBOARD);
return 1; return 1;
} }
break; break;