diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-04-10 01:19:53 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-04-10 01:19:53 +0000 |
| commit | 9351347a170c0267e58c9244a0207fd318f80cec (patch) | |
| tree | b9186877917dcc67cbca13f02716502bbf500540 /sys/kern | |
| parent | b50da81d3a01b74d0b775593d40928f1abc193ae (diff) | |
Notes
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/subr_witness.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 74b49fa55852..03f3a2b2e2b4 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -1300,7 +1300,7 @@ witness_list_locks(struct lock_list_entry **lock_list) "exclusive" : "shared", lock->lo_class->lc_name, lock->lo_name); if (lock->lo_type != lock->lo_name) - printf("(%s) ", lock->lo_type); + printf(" (%s)", lock->lo_type); printf(" (%p) locked @ %s:%d\n", lock, instance->li_file, instance->li_line); nheld++; |
