summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-28 18:33:43 +0000
committerjhb <jhb@FreeBSD.org>2008-07-28 18:33:43 +0000
commit421b41fe8c8f841f86d9032fa3cf7c9726f7bd96 (patch)
tree7d93f9e0d68b2d1db75ccfd96aa11dd5e45c6f0f /sys/kern
parent642dbd51b06bc6b9eabf4da0b6a7e13b252f7f8c (diff)
downloadFreeBSD-src-421b41fe8c8f841f86d9032fa3cf7c9726f7bd96.zip
FreeBSD-src-421b41fe8c8f841f86d9032fa3cf7c9726f7bd96.tar.gz
Really fix this.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_sleepqueue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c
index 6ef7741..3878d81 100644
--- a/sys/kern/subr_sleepqueue.c
+++ b/sys/kern/subr_sleepqueue.c
@@ -1131,8 +1131,7 @@ found:
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);
}
}
}
OpenPOWER on IntegriCloud