summaryrefslogtreecommitdiffstats
path: root/sysdep/linux/netlink/netlink.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-04 21:56:06 +0200
committerMartin Mares <mj@ucw.cz>2000-06-04 21:56:06 +0200
commitdf49d4e14b7c24f8ca958870fd1e9ddc84df1f1b (patch)
treecb5c1211db86aae3848564814fb048c101960d82 /sysdep/linux/netlink/netlink.c
parent201187c55837587d8f88775cd957d9c8e423c254 (diff)
downloadbird-df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b.tar
bird-df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b.zip
Removed lots of trailing newlines in log messages.
Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG().
Diffstat (limited to 'sysdep/linux/netlink/netlink.c')
-rw-r--r--sysdep/linux/netlink/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/netlink/netlink.c b/sysdep/linux/netlink/netlink.c
index 1c9d977..1a0f5d2 100644
--- a/sysdep/linux/netlink/netlink.c
+++ b/sysdep/linux/netlink/netlink.c
@@ -348,7 +348,7 @@ nl_parse_addr(struct nlmsghdr *h)
ifi = if_find_by_index(i->ifa_index);
if (!ifi)
{
- log(L_ERR "KIF: Received address message for unknown interface %d\n", i->ifa_index);
+ log(L_ERR "KIF: Received address message for unknown interface %d", i->ifa_index);
return;
}