projects
/
oweals
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59238f
)
Make failed to send a notice instead of a warning
author
Steven Barth
<steven@midlink.org>
Fri, 8 Aug 2014 08:46:39 +0000
(10:46 +0200)
committer
Steven Barth
<steven@midlink.org>
Fri, 8 Aug 2014 08:46:39 +0000
(10:46 +0200)
src/odhcpd.c
patch
|
blob
|
history
diff --git
a/src/odhcpd.c
b/src/odhcpd.c
index 794bbfc00648b6b08ad0bffe1944e03fd862ad38..b8651ddd621155584b741ab344dbba2d67c566e9 100644
(file)
--- a/
src/odhcpd.c
+++ b/
src/odhcpd.c
@@
-172,7
+172,7
@@
ssize_t odhcpd_send(int socket, struct sockaddr_in6 *dest,
ssize_t sent = sendmsg(socket, &msg, MSG_DONTWAIT);
if (sent < 0)
- syslog(LOG_
WARNING
, "Failed to send to %s%%%s (%s)",
+ syslog(LOG_
NOTICE
, "Failed to send to %s%%%s (%s)",
ipbuf, iface->ifname, strerror(errno));
else
syslog(LOG_DEBUG, "Sent %li bytes to %s%%%s",