aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracectf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracectf.c')
-rw-r--r--gdb/tracectf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracectf.c b/gdb/tracectf.c
index f0cc5ce..155c8b7 100644
--- a/gdb/tracectf.c
+++ b/gdb/tracectf.c
@@ -1200,7 +1200,7 @@ ctf_target::close ()
void
ctf_target::files_info ()
{
- printf_filtered ("\t`%s'\n", trace_dirname);
+ gdb_printf ("\t`%s'\n", trace_dirname);
}
/* This is the implementation of target_ops method to_fetch_registers.