public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] Add missing i18n markup in tracepoint.c:traceframe_walk_blocks
@ 2011-01-31  4:43 Joel Brobecker
  0 siblings, 0 replies; only message in thread
From: Joel Brobecker @ 2011-01-31  4:43 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Spotted by the nightly ARI run, and easy to fix, so done.

gdb/ChangeLog:

 	* tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
 	in error message.

Tested on x86_64-linux.

---
 gdb/ChangeLog    |    5 +++++
 gdb/tracepoint.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9c18a83..84d6f95 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
 
+	* tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
+	in error message.
+
+2011-01-31  Joel Brobecker  <brobecker@adacore.com>
+
 	* inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
 	value test.
 
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c
index 59fb593..ffc31a9 100644
--- a/gdb/tracepoint.c
+++ b/gdb/tracepoint.c
@@ -3857,7 +3857,7 @@ traceframe_walk_blocks (walk_blocks_callback_func callback,
 	  pos += (4 + 8);
 	  break;
 	default:
-	  error ("Unknown block type '%c' (0x%x) in trace frame",
+	  error (_("Unknown block type '%c' (0x%x) in trace frame"),
 		 block_type, block_type);
 	  break;
 	}
-- 
1.7.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-31  3:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-31  4:43 [commit] Add missing i18n markup in tracepoint.c:traceframe_walk_blocks Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).