Add a space before printing 'thread pid ...' to match the space before
']'.
This commit is contained in:
parent
7b0706f670
commit
cc01b2698a
@ -48,7 +48,7 @@ db_print_thread(void)
|
||||
pid = -1;
|
||||
if (kdb_thread->td_proc != NULL)
|
||||
pid = kdb_thread->td_proc->p_pid;
|
||||
db_printf("[thread pid %d tid %ld ]\n", pid, (long)kdb_thread->td_tid);
|
||||
db_printf("[ thread pid %d tid %ld ]\n", pid, (long)kdb_thread->td_tid);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user