summaryrefslogtreecommitdiff
path: root/hurd/lock.h
diff options
context:
space:
mode:
authorneal <neal>2008-01-23 23:26:47 +0000
committerneal <neal>2008-01-23 23:26:47 +0000
commit3c4853d891f15270b4695a0bc580a65f5e0fc3d4 (patch)
tree768027ee9b9efc09cc568fb2d90d76291efcaeeb /hurd/lock.h
parent2357ddbf6e837cd6a4ae4a236a3f078c8c2d5280 (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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/lock.h b/hurd/lock.h
index 644f5c1..b63dc8d 100644
--- a/hurd/lock.h
+++ b/hurd/lock.h
@@ -124,8 +124,8 @@ ss_lock_trace_dump (void *lock)
}
assert (func);
- printf ("%d: %s(%p) from %s:%d by %x\n",
- c --, func, lock, trace->caller, trace->line, trace->tid);
+ 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. */
break;