From 267a2c0ebd980c16c1cf01044b0ee44095f34b9e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 20 Mar 2000 20:52:18 +0000 Subject: Added missing newline in debug output. --- nest/locks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/locks.c') diff --git a/nest/locks.c b/nest/locks.c index a2134fb..713ef97 100644 --- a/nest/locks.c +++ b/nest/locks.c @@ -68,7 +68,7 @@ olock_dump(resource *r) struct object_lock *l = (struct object_lock *) r; static char *olock_states[] = { "free", "locked", "waiting", "event" }; - debug("(%d:%s:%I:%d) [%s]", l->type, (l->iface ? l->iface->name : "?"), l->addr, l->port, olock_states[l->state]); + debug("(%d:%s:%I:%d) [%s]\n", l->type, (l->iface ? l->iface->name : "?"), l->addr, l->port, olock_states[l->state]); if (!EMPTY_LIST(l->waiters)) debug(" [wanted]\n"); } -- cgit v1.2.3