diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2006-11-11 07:38:48 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2006-11-11 07:38:48 +0000 |
| commit | ed6a7c42f6afb285a7f0c68eb37a0b73a243bb5c (patch) | |
| tree | c64d0f0eb3a06a2b87b1248df8a8cc75f808c4e1 /sys/kern/subr_lock.c | |
| parent | ed002394a68633b87361106cf4dfa9cef2224068 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_lock.c')
| -rw-r--r-- | sys/kern/subr_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 93dc8d0da3b3..6b9fb2e89581 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -338,7 +338,7 @@ void _lock_profile_release_lock(struct lock_object *lo) if (p == NULL || *p == '\0') p = unknown; hash = (l->lpo_namehash * 31 * 31 + (uintptr_t)p * 31 + l->lpo_lineno) & LPROF_HASH_MASK; - CTR5(KTR_SPARE1, "Hashing %s(%x) %s:%d to %d", l->lpo_name, + CTR5(KTR_SPARE1, "Hashing %s(%x) %s:%d to %d", l->lpo_filename, l->lpo_namehash, p, l->lpo_lineno, hash); mpp = &lprof_buf[hash]; while (mpp->name != NULL) { |
