]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2011-02-16 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Wed, 16 Feb 2011 09:46:09 +0000 (09:46 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 16 Feb 2011 09:46:09 +0000 (09:46 +0000)
        * thread.c (info_threads_command): Add missing i18n markup and remove
        trailing newline.

gdb/ChangeLog
gdb/thread.c

index 24ab512e75da1417ff02524f273154efd21c07c1..41f7a861d3432ca62035cedf0308dc40e27507ca 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-16  Yao Qi  <yao@codesourcery.com>
+
+       * thread.c (info_threads_command): Add missing i18n markup and remove
+       trailing newline.
+
 2011-02-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        * breakpoint.c (longjmp_names): New variable.
index 84691161d8cd3a107ea1f6614dbe8a09eed14dee..d4cd8556c54a99c99c430402cd631c6241f7f15b 100644 (file)
@@ -980,7 +980,7 @@ info_threads_command (char *arg, int from_tty)
       unsigned int highrange;
 
       if (tmp_tid <= 0)
-       error ("invalid thread id %d\n", tmp_tid);
+       error (_("invalid thread id %d"), tmp_tid);
 
       tid = tmp_tid;
       print_thread_info (uiout, tid, -1);