From 2a866db2bfd2edbd254dfdcf3ff0901ea0da2ff0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 15 Mar 1998 12:46:59 +0000 Subject: [PATCH] Applied Raphael Quinet's patch that changes the wire_read error message to something slightly more useful. --Sven --- ChangeLog | 6 ++++++ libgimp/gimpwire.c | 2 +- libgimpbase/gimpwire.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 705c4c39a2..2b14e11737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 15 13:37:22 MET 1998 Sven Neumann + + * libgimp/gimpwire.c: applied Raphael Quinet's patch that + changes the wire_read error message to something slightly more + useful. + Sun Mar 15 01:12:06 PST 1998 Manish Singh * made 0.99.21 release diff --git a/libgimp/gimpwire.c b/libgimp/gimpwire.c index b047efdec9..d597b79598 100644 --- a/libgimp/gimpwire.c +++ b/libgimp/gimpwire.c @@ -124,7 +124,7 @@ wire_read (int fd, if (bytes == 0) { - g_print ("wire_read: unexpected EOF\n"); + g_print ("wire_read: unexpected EOF (plug-in crashed?)\n"); wire_error_val = TRUE; return FALSE; } diff --git a/libgimpbase/gimpwire.c b/libgimpbase/gimpwire.c index b047efdec9..d597b79598 100644 --- a/libgimpbase/gimpwire.c +++ b/libgimpbase/gimpwire.c @@ -124,7 +124,7 @@ wire_read (int fd, if (bytes == 0) { - g_print ("wire_read: unexpected EOF\n"); + g_print ("wire_read: unexpected EOF (plug-in crashed?)\n"); wire_error_val = TRUE; return FALSE; }