public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdb: fix darwin-nat build (again)
@ 2021-09-28 23:53 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2021-09-28 23:53 UTC (permalink / raw)
  To: gdb-patches

I made a mistake in the previous patch.  Adjust the format string to
match the arguments.

Change-Id: I4d45e0e0adb78eb3b5a06ba1a5287155940056ba
---
 gdb/darwin-nat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c
index f7827b225180..f3478a55341c 100644
--- a/gdb/darwin-nat.c
+++ b/gdb/darwin-nat.c
@@ -1171,7 +1171,7 @@ darwin_nat_target::wait_1 (ptid_t ptid, struct target_waitstatus *status)
   darwin_thread_t *thread;
 
   inferior_debug
-    (2, _("darwin_wait: waiting for a message ptid=%s thread=%lx\n"),
+    (2, _("darwin_wait: waiting for a message ptid=%s\n"),
      ptid.to_string ().c_str ());
 
   /* Handle fake stop events at first.  */
-- 
2.33.0


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

only message in thread, other threads:[~2021-09-28 23:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 23:53 [pushed] gdb: fix darwin-nat build (again) Simon Marchi

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