X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsolaris%2Fdevice.c;h=89b5f797364bd110f5b82df1b37489ffa2d0c6cd;hb=9e44f116bf0f72d1dd4f099440a351dbe0a74573;hp=6b6572733fa161b7af6f3c7627d6b070b2a6acec;hpb=eefa28059ab989c915a7d95fb4ae728abd7ce713;p=tinc diff --git a/src/solaris/device.c b/src/solaris/device.c index 6b657273..89b5f797 100644 --- a/src/solaris/device.c +++ b/src/solaris/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with Solaris tun device - Copyright (C) 2001-2003 Ivo Timmermans , - 2001-2003 Guus Sliepen + Copyright (C) 2001-2004 Ivo Timmermans , + 2001-2004 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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$ */ @@ -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; }