aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmux.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@soleta.eu>2014-08-28 17:30:01 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2014-08-28 17:30:12 +0200
commit355f95b0a337b35a62580dd3673ec343fc930761 (patch)
treefa2ff8b48dbcd29e612a9219424a8f0c866027ce /src/osmux.c
parent62d8a18787bf4f2510fa2c7b7de300ea15bd8685 (diff)
osmux: more hide spamming debug log
Diffstat (limited to 'src/osmux.c')
-rw-r--r--src/osmux.c2
1 files changed, 2 insertions, 0 deletions
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) {