X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsolaris%2Fdevice.c;h=9b92f2e5c4682a613f4ff632d5558f5ea954411d;hp=6b6572733fa161b7af6f3c7627d6b070b2a6acec;hb=5c29d066688691dd1664597ba1c76195634f06c0;hpb=da3078c63a3b658573f6e2f986f69ed4d7993b3a diff --git a/src/solaris/device.c b/src/solaris/device.c index 6b657273..9b92f2e5 100644 --- a/src/solaris/device.c +++ b/src/solaris/device.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.16 2003/07/22 20:55:21 guus Exp $ + $Id: device.c,v 1.1.2.17 2003/07/31 11:20:32 guus Exp $ */ @@ -149,8 +149,8 @@ bool write_packet(vpn_packet_t *packet) packet->len, device_info); if(write(device_fd, packet->data + 14, packet->len - 14) < 0) { - logger(LOG_ERR, _("Can't write to %s %s: %s"), device_info, packet->len, - strerror(errno)); + logger(LOG_ERR, _("Can't write to %s %s: %s"), device_info, + device, strerror(errno)); return false; }