X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b7e1e18b57c30555f65a2548e0f1f186200c0ea8..b476642f0ecdb981d9f0183fb5421082d90d9071:/server/tun-unet.c diff --git a/server/tun-unet.c b/server/tun-unet.c index d4b4cf34..11f9b67b 100644 --- a/server/tun-unet.c +++ b/server/tun-unet.c @@ -65,7 +65,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), "unet", + "read-error", "?ERRNO", A_END); return; } IF_TRACING(T_TUNNEL, {