gdb: fix darwin-nat build (again)
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 28 Sep 2021 23:50:30 +0000 (19:50 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 28 Sep 2021 23:50:30 +0000 (19:50 -0400)
I made a mistake in the previous patch.  Adjust the format string to
match the arguments.

Change-Id: I4d45e0e0adb78eb3b5a06ba1a5287155940056ba

gdb/darwin-nat.c

index f7827b225180efc34b8bc299e85fd740b68d4df6..f3478a55341cf5adbcfded6072af591da843d452 100644 (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.  */