mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Use filtered output in language_info
Change language_info to use filtered output. This is ok because the sole caller uses filtered output elsewhere, and because this function calls show_language_command, which also uses filtered output.
This commit is contained in:
@ -383,7 +383,7 @@ language_info ()
|
||||
return;
|
||||
|
||||
expected_language = current_language;
|
||||
printf_unfiltered (_("Current language: %s\n"), language);
|
||||
printf_filtered (_("Current language: %s\n"), language);
|
||||
show_language_command (NULL, 1, NULL, NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user