gdb: fix darwin-nat build (again)

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

Change-Id: I4d45e0e0adb78eb3b5a06ba1a5287155940056ba
This commit is contained in:
Simon Marchi
2021-09-28 19:50:30 -04:00
parent 8c12140439
commit b5572c42cc

View File

@@ -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. */