summaryrefslogtreecommitdiffstats
path: root/avahi-core/netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/netlink.c')
-rw-r--r--avahi-core/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/netlink.c b/avahi-core/netlink.c
index c5afde9..ccb4d83 100644
--- a/avahi-core/netlink.c
+++ b/avahi-core/netlink.c
@@ -175,7 +175,7 @@ int avahi_netlink_send(AvahiNetlink *nl, struct nlmsghdr *m, unsigned *ret_seq)
m->nlmsg_flags |= NLM_F_ACK;
if (send(nl->fd, m, m->nlmsg_len, 0) < 0) {
- avahi_log_error(__FILE__": send(): %s\n", strerror(errno));
+ avahi_log_error(__FILE__": send(): %s", strerror(errno));
return -1;
}