mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-18 03:51:10 +08:00
Shorten data transfer log #4858
This commit is contained in:
@@ -95,7 +95,7 @@ ClientProxy1_6::recvClipboard()
|
||||
}
|
||||
else if (r == kStart) {
|
||||
size_t size = ClipboardChunk::getExpectedSize();
|
||||
LOG((CLOG_DEBUG "clipboard transmission started: start receiving %u bytes of clipboard data", size));
|
||||
LOG((CLOG_DEBUG "receiving %u bytes of clipboard data", size));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user