Don't pollute the log with clipboard data at DEBUG2

This commit is contained in:
Andrew Nelless 2016-09-13 15:13:50 +01:00
parent ceecee0f57
commit fc6ce84ee4
1 changed files with 1 additions and 1 deletions

View File

@ -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*);