* remote.c (getpkt_sane): Fix error message. No animals were

harmed in the making of this debugger.
This commit is contained in:
Jim Blandy 2007-09-26 18:32:54 +00:00
parent 7a53bcd4a8
commit 489eaebade
2 changed files with 6 additions and 1 deletions

View 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.

View 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);