--- gvpe/src/device.C 2005/04/26 00:55:56 1.8 +++ gvpe/src/device.C 2005/07/09 02:35:42 1.9 @@ -34,7 +34,7 @@ { if (s > sizeof (data_packet)) { - slog (L_ERR, _("FATAL: allocation for network packet larger than max supported packet size (%d > %d).\n"), + slog (L_ERR, _("FATAL: allocation for network packet larger than max supported packet size (%d > %d)."), s, sizeof (data_packet)); abort (); }