Revert "odhcpd: Reduce error messages"
authorStijn Tintel <stijn@linux-ipv6.be>
Tue, 14 Mar 2023 23:37:44 +0000 (01:37 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 21 Mar 2023 18:04:10 +0000 (19:04 +0100)
Silencing an error message without properly understanding why it occurs
is terrible practice. "I think this would be better served as debug."
doesn't inspire confidence the author actually understood what was going
on, so revert this commit.

This reverts commit 90d6cc9cd48a333b95604ff90f7ffe67fe14efe3.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
src/odhcpd.c

index 1f2567e6deeb79acca6362e62e77110d832d615b..554e5f1c0b880b3da4bd0eeb56c2949522b55d13 100644 (file)
@@ -219,7 +219,7 @@ ssize_t odhcpd_send(int socket, struct sockaddr_in6 *dest,
 
        ssize_t sent = sendmsg(socket, &msg, MSG_DONTWAIT);
        if (sent < 0)
-               syslog(LOG_DEBUG, "Failed to send to %s%%%s@%s (%m)",
+               syslog(LOG_ERR, "Failed to send to %s%%%s@%s (%m)",
                                ipbuf, iface->name, iface->ifname);
        else
                syslog(LOG_DEBUG, "Sent %zd bytes to %s%%%s@%s",