increase maximum size of thread name in tracing code to fit "dq.builtin"
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
52a0751055
commit
0d0a2bd2df
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ dds_set_log_mask(_In_ uint32_t cats)
|
||||||
static void print_header(char *str)
|
static void print_header(char *str)
|
||||||
{
|
{
|
||||||
int cnt;
|
int cnt;
|
||||||
char *tid, buf[MAX_TID_LEN] = { 0 };
|
char *tid, buf[MAX_TID_LEN+1] = { 0 };
|
||||||
static const char fmt[] = "%10u.%06d/%*.*s:";
|
static const char fmt[] = "%10u.%06d/%*.*s:";
|
||||||
os_time tv;
|
os_time tv;
|
||||||
unsigned sec;
|
unsigned sec;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue