X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fnetlink.c;h=ccb4d836ef8599c7a3f973648557e712c4ca71fe;hb=9ca377e8bc8ef73714180143c24223016acbc845;hp=c5afde90df5b1b15978993f0e3ca68bf17543293;hpb=fcc9b0efe1accdb0edcb3143a8e15782e69383db;p=catta 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; }