summaryrefslogtreecommitdiffstats
path: root/lib/route/link/ipgre.c
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-10-05 08:55:39 (GMT)
committerThomas Haller <thaller@redhat.com>2015-10-05 14:59:49 (GMT)
commit6e69d9d12dcf96e62eecb7ee52a7910eb30870f9 (patch)
tree90faf89332eed45fbdc1b03b42d5259d69f46914 /lib/route/link/ipgre.c
parent6263a11bfcd033a88583faa719d3911850f0c4f5 (diff)
downloadlibnl-6e69d9d12dcf96e62eecb7ee52a7910eb30870f9.zip
libnl-6e69d9d12dcf96e62eecb7ee52a7910eb30870f9.tar.gz
libnl-6e69d9d12dcf96e62eecb7ee52a7910eb30870f9.tar.bz2
route/link: add missing newlines after debug messages
http://lists.infradead.org/pipermail/libnl/2015-October/001977.html Signed-off-by: Beniamino Galvani <bgalvani@redhat.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/route/link/ipgre.c')
-rw-r--r--lib/route/link/ipgre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/link/ipgre.c b/lib/route/link/ipgre.c
index 2ff03fc..2fda637 100644
--- a/lib/route/link/ipgre.c
+++ b/lib/route/link/ipgre.c
@@ -95,7 +95,7 @@ static int ipgre_parse(struct rtnl_link *link, struct nlattr *data,
struct ipgre_info *ipgre;
int err;
- NL_DBG(3, "Parsing IPGRE link info");
+ NL_DBG(3, "Parsing IPGRE link info\n");
err = nla_parse_nested(tb, IFLA_GRE_MAX, data, ipgre_policy);
if (err < 0)