diff options
Diffstat (limited to 'gdb/dwarf2/frame.c')
-rw-r--r-- | gdb/dwarf2/frame.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2/frame.c b/gdb/dwarf2/frame.c index 1c58cfe..5878d72 100644 --- a/gdb/dwarf2/frame.c +++ b/gdb/dwarf2/frame.c @@ -2192,9 +2192,9 @@ show_dwarf_unwinders_enabled_p (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) { - fprintf_filtered (file, - _("The DWARF stack unwinders are currently %s.\n"), - value); + gdb_printf (file, + _("The DWARF stack unwinders are currently %s.\n"), + value); } void _initialize_dwarf2_frame (); |