summaryrefslogtreecommitdiff
path: root/hurd/lock.h
diff options
context:
space:
mode:
authorneal <neal>2008-01-23 23:30:45 +0000
committerneal <neal>2008-01-23 23:30:45 +0000
commit937d642abe31142b21d0765a7226583e6b9b30ae (patch)
tree49a36e4a2c5bc7e0860cc636922f51df9af0a272 /hurd/lock.h
parent3c4853d891f15270b4695a0bc580a65f5e0fc3d4 (diff)
2008-01-24 Neal H. Walfield <neal@gnu.org>
* lock.h (ss_lock_trace_dump): Use S_PRINTF rather than printf.
Diffstat (limited to 'hurd/lock.h')
-rw-r--r--hurd/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/lock.h b/hurd/lock.h
index b63dc8d..a4562f4 100644
--- a/hurd/lock.h
+++ b/hurd/lock.h
@@ -124,7 +124,7 @@ ss_lock_trace_dump (void *lock)
}
assert (func);
- s_printf ("%d: %s(%p) from %s:%d by %x\n",
+ S_PRINTF ("%d: %s(%p) from %s:%d by %x\n",
c --, func, lock, trace->caller, trace->line, trace->tid);
if (c < -30)
/* Show about the last 30 transactions. */