From f7fe7196c28e49766eac16900d46db1d969bdb2a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 19 Sep 1992 11:55:20 +0000 Subject: * configure.in: removed target_dependent line. * remote-mm.c (mm_attach): change printf to error to prevent fallthrough bug. * remote-udi.c (udi_attach): change printf to error to prevent fallthrough bug. --- gdb/remote-mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-mm.c') diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index b98026c1be9..d824d2584ff 100644 --- a/gdb/remote-mm.c +++ b/gdb/remote-mm.c @@ -488,7 +488,7 @@ mm_attach (args, from_tty) DENTER("mm_attach()"); if (!mm_stream) - printf ("MiniMon not opened yet, use the 'target minimon' command.\n"); + error ("MiniMon not opened yet, use the 'target minimon' command.\n"); dont_repeat(); -- cgit v1.2.1