#6344 Clarify on client who disabled clipboard sharing

This commit is contained in:
Andrew Nelless
2017-01-31 11:41:16 +00:00
committed by Nick Bolton
parent 7c29d8e704
commit 953e829562

View File

@@ -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;
}