diff options
Diffstat (limited to 'gdb/stap-probe.c')
-rw-r--r-- | gdb/stap-probe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index 436ff4d..8488ddb 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -281,8 +281,8 @@ static void show_stapexpressiondebug (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) { - fprintf_filtered (file, _("SystemTap Probe expression debugging is %s.\n"), - value); + gdb_printf (file, _("SystemTap Probe expression debugging is %s.\n"), + value); } /* Returns the operator precedence level of OP, or STAP_OPERAND_PREC_NONE |