Don't pollute the log with clipboard data at DEBUG2
This commit is contained in:
parent
ceecee0f57
commit
fc6ce84ee4
|
@ -230,7 +230,7 @@ ProtocolUtil::vreadf(synergy::IStream* stream, const char* fmt, va_list args)
|
|||
throw;
|
||||
}
|
||||
|
||||
LOG((CLOG_DEBUG2 "readf: read %d byte string: %.*s", len, len, sBuffer));
|
||||
LOG((CLOG_DEBUG2 "readf: read %d byte string", len));
|
||||
|
||||
// save the data
|
||||
String* dst = va_arg(args, String*);
|
||||
|
|
Loading…
Reference in New Issue