Remove newline from log message

This commit is contained in:
Matthias Schiffer 2013-03-24 02:24:31 +01:00
parent 14f32dfc31
commit a5d0293827

View file

@ -180,7 +180,7 @@ void gp_babel_send_update(gmrf_t *gmrf, gmrf_context_t *ctx, gp_babel_iface_t *i
buf->packet.len = 0; buf->packet.len = 0;
if (!add_update(buf, &node_id, a, with_data, iface || neigh)) { if (!add_update(buf, &node_id, a, with_data, iface || neigh)) {
gmrf_logf(gmrf, LOG_ERR, "add_update failed\n"); gmrf_logf(gmrf, LOG_ERR, "add_update failed");
return; return;
} }
} }