#6344 Clarify on client who disabled clipboard sharing
This commit is contained in:
parent
7c29d8e704
commit
953e829562
|
@ -364,7 +364,7 @@ Client::setOptions(const OptionsList& options)
|
|||
index++;
|
||||
if (index != options.end()) {
|
||||
if (!*index) {
|
||||
LOG((CLOG_NOTE "clipboard sharing is disabled"));
|
||||
LOG((CLOG_NOTE "clipboard sharing disabled by server"));
|
||||
}
|
||||
m_enableClipboard = *index;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue