* remote.c (getpkt_sane): Fix error message. No animals were
authorJim Blandy <jimb@codesourcery.com>
Wed, 26 Sep 2007 18:32:54 +0000 (18:32 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 26 Sep 2007 18:32:54 +0000 (18:32 +0000)
harmed in the making of this debugger.

gdb/ChangeLog
gdb/remote.c

index b4d0d23..97bc5dd 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-26  Jim Blandy  <jimb@codesourcery.com>
+
+       * remote.c (getpkt_sane): Fix error message.  No animals were
+       harmed in the making of this debugger.
+
 2007-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * p-typeprint.c: Fix 11 ARI reported problems.
index b46fb13..309ee67 100644 (file)
@@ -5029,7 +5029,7 @@ getpkt_sane (char **buf, long *sizeof_buf, int forever)
                {
                  QUIT;
                  target_mourn_inferior ();
-                 error (_("Watchdog has expired.  Target detached."));
+                 error (_("Watchdog timeout has expired.  Target detached."));
                }
              if (remote_debug)
                fputs_filtered ("Timed out.\n", gdb_stdlog);