Use filtered output in files_info implementations

This changes the implementations of the target files_info method to
use filtered output.  This makes sense because the sole caller of this
method is an ordinary command (info_program_command).  This patch
changes this command to use filtered output as well.
This commit is contained in:
Tom Tromey
2021-12-26 18:14:39 -07:00
parent ec2770563a
commit a037434531
5 changed files with 15 additions and 15 deletions

View File

@@ -663,7 +663,7 @@ static cmdline_t child_cmd; /* Parsed child's command line kept here. */
void
go32_nat_target::files_info ()
{
printf_unfiltered ("You are running a DJGPP V2 program.\n");
printf_filtered ("You are running a DJGPP V2 program.\n");
}
void