diff options
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 6ed3997..c1626ff 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1668,7 +1668,7 @@ info_auto_load_libthread_db (char *args, int from_tty) do_cleanups (back_to); if (info_count == 0) - ui_out_message (uiout, 0, _("No auto-loaded libthread-db.\n")); + ui_out_message (uiout, _("No auto-loaded libthread-db.\n")); } static void |