X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/dd68bf2eb2b421c06ed12a773d8bce2ff740d07b..b476642f0ecdb981d9f0183fb5421082d90d9071:/server/tun-bsd.c diff --git a/server/tun-bsd.c b/server/tun-bsd.c index bfa528b2..6773ee64 100644 --- a/server/tun-bsd.c +++ b/server/tun-bsd.c @@ -59,7 +59,8 @@ static void t_read(int fd, unsigned mode, void *v) n = read(fd, buf_i, sizeof(buf_i)); if (n < 0) { - a_warn("TUN", "%s", p_ifname(t->p), "read-error", "?ERRNO", A_END); + a_warn("TUN", "%s", p_ifname(t->p), "bsd", + "read-error", "?ERRNO", A_END); return; } IF_TRACING(T_TUNNEL, {