public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Burgess <aburgess@redhat.com>
To: gdb-patches@sourceware.org
Cc: Andrew Burgess <aburgess@redhat.com>
Subject: [PUSHED] gdb: fix typo in debug output message
Date: Thu, 24 Nov 2022 16:20:59 +0000	[thread overview]
Message-ID: <f9e2163a3e48c6197ad4bb9fa3288ddb1029c959.1669306814.git.aburgess@redhat.com> (raw)

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


                 reply	other threads:[~2022-11-24 16:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f9e2163a3e48c6197ad4bb9fa3288ddb1029c959.1669306814.git.aburgess@redhat.com \
    --to=aburgess@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).