aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracefile.c')
-rw-r--r--gdb/tracefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracefile.c b/gdb/tracefile.c
index f7d9331..44d8810 100644
--- a/gdb/tracefile.c
+++ b/gdb/tracefile.c
@@ -351,8 +351,8 @@ tsave_command (const char *args, int from_tty)
trace_save_tfile (filename, target_does_save);
if (from_tty)
- printf_filtered (_("Trace data saved to %s '%s'.\n"),
- generate_ctf ? "directory" : "file", filename);
+ gdb_printf (_("Trace data saved to %s '%s'.\n"),
+ generate_ctf ? "directory" : "file", filename);
}
/* Save the trace data to file FILENAME of tfile format. */