diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-24 02:24:31 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-24 02:24:31 +0100 |
commit | a5d0293827874ccce048c8654f58711f807a3e96 (patch) | |
tree | 9e42e08b722a025d8a53048fab6ccfc68eb632ea /src | |
parent | 14f32dfc31b65b730fe72d56c28d30222d3e7f2f (diff) | |
download | babel-a5d0293827874ccce048c8654f58711f807a3e96.tar babel-a5d0293827874ccce048c8654f58711f807a3e96.zip |
Remove newline from log message
Diffstat (limited to 'src')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 1 insertions, 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; } } |