mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Really fix this.
This commit is contained in:
parent
7224dd4dad
commit
f7f1cc1518
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180930
@ -1131,8 +1131,7 @@ DB_SHOW_COMMAND(sleepq, db_show_sleepqueue)
|
||||
td_slpq) {
|
||||
db_printf("\t%p (tid %d, pid %d, \"%s\")\n", td,
|
||||
td->td_tid, td->td_proc->p_pid,
|
||||
td->td_name[0] != '\0' ? td->td_name :
|
||||
td->td_proc->p_comm);
|
||||
td->td_name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user