public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PUSHED] gdb: fix typo in debug output message
@ 2022-11-24 16:20 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2022-11-24 16:20 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Spotted a minor type, a missing ')', in a debug message.
---
 gdb/thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/thread.c b/gdb/thread.c
index d176d1d9895..cd7f1a7d5bb 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -836,7 +836,7 @@ set_running_thread (struct thread_info *tp, bool running)
 
   threads_debug_printf ("thread: %s, running? %d%s",
 			tp->ptid.to_string ().c_str (), running,
-			(started ? " (started" : ""));
+			(started ? " (started)" : ""));
 
   if (!running)
     {

base-commit: b611cce454a87a4f9466fb2bb766734059aab977
-- 
2.25.4


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

only message in thread, other threads:[~2022-11-24 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 16:20 [PUSHED] gdb: fix typo in debug output message Andrew Burgess

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).