summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c
index e127eea..bf59f68 100644
--- a/sys/ddb/db_thread.c
+++ b/sys/ddb/db_thread.c
@@ -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
OpenPOWER on IntegriCloud