diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 16e26d5..b23ab0e 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -127,7 +127,7 @@ exception_fprintf (struct ui_file *file, const struct gdb_exception &e, /* Print the prefix. */ va_start (args, prefix); - vfprintf_filtered (file, prefix, args); + gdb_vprintf (file, prefix, args); va_end (args); print_exception (file, e); |