From 0d811963c1498aa625b5438bf66dbb677a0d4494 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 28 May 2015 17:06:18 +0100 Subject: fixup all the remaining logging macro callsites The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index 057b96ee1..d5eff462e 100644 --- a/content/content.c +++ b/content/content.c @@ -758,7 +758,7 @@ void content_broadcast(struct content *c, content_msg msg, { struct content_user *user, *next; assert(c); -// LOG(("%p %s -> %d", c, c->url, msg)); +// LOG("%p %s -> %d", c, c->url, msg); for (user = c->user_list->next; user != 0; user = next) { next = user->next; /* user may be destroyed during callback */ if (user->callback != 0) -- cgit v1.2.3