diff --git a/sys/src/cmd/ip/ipconfig/ipv6.c b/sys/src/cmd/ip/ipconfig/ipv6.c index 439985454..a4de8fca4 100644 --- a/sys/src/cmd/ip/ipconfig/ipv6.c +++ b/sys/src/cmd/ip/ipconfig/ipv6.c @@ -445,11 +445,12 @@ sendrs(int fd, uchar *dst) pktlen += 8 * llao->len; } - if(write(fd, rs, pktlen) != pktlen) + if(write(fd, rs, pktlen) != pktlen){ DEBUG("sendrs: write failed, pkt size %d", pktlen); - else + } else { DEBUG("sendrs: sent solicitation to %I from %I on %s", rs->dst, rs->src, conf.dev); + } } /*