Remove newline from log message
This commit is contained in:
parent
14f32dfc31
commit
a5d0293827
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue