From 355f95b0a337b35a62580dd3673ec343fc930761 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 28 Aug 2014 17:30:01 +0200 Subject: osmux: more hide spamming debug log --- src/osmux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/osmux.c') diff --git a/src/osmux.c b/src/osmux.c index a7c4071..ac6d5e0 100644 --- a/src/osmux.c +++ b/src/osmux.c @@ -288,7 +288,9 @@ static struct msgb *osmux_build_batch(struct osmux_in_handle *h) struct batch_list_node *node, *tnode; struct osmux_batch *batch = (struct osmux_batch *)h->internal_data; +#ifdef DEBUG_MSG LOGP(DLMIB, LOGL_DEBUG, "Now building batch\n"); +#endif batch_msg = msgb_alloc(h->batch_size, "osmux"); if (batch_msg == NULL) { -- cgit v1.2.3