diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 44e990b..0bfdbdf 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -638,7 +638,7 @@ check_for_thread_db (void) break; case TD_OK: - printf_unfiltered (_("[Thread debugging using libthread_db enabled]\n")); + printf_filtered (_("[Thread debugging using libthread_db enabled]\n")); /* The thread library was detected. Activate the sol_thread target. */ current_inferior ()->push_target (&sol_thread_ops); |