Kaydet (Commit) a91221b5 authored tarafından obo's avatar obo

CWS-TOOLING: integrate CWS debuglevels

...@@ -307,7 +307,7 @@ DebugTraceScope::DebugTraceScope (const sal_Char* sFormat, ...) ...@@ -307,7 +307,7 @@ DebugTraceScope::DebugTraceScope (const sal_Char* sFormat, ...)
va_start(args, sFormat); va_start(args, sFormat);
msMessage[mnBufferSize-1] = 0; msMessage[mnBufferSize-1] = 0;
_vsnprintf(msMessage, mnBufferSize-1, sFormat, args); vsnprintf(msMessage, mnBufferSize-1, sFormat, args);
TRACE_BEGIN("[ %s", msMessage); TRACE_BEGIN("[ %s", msMessage);
va_end(args); va_end(args);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment