Fix up some formatting.
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index 6d9b1e9b957c6832721041e93debd6803975e597..861917d81bf491692cf685f35dcaa459b434f6c0 100644 (file)
@@ -439,7 +439,7 @@ delete_fork_command (char *args, int from_tty)
     error (_("Please switch to another fork/checkpoint before deleting the current one"));
 
   if (ptrace (PTRACE_KILL, PIDGET (ptid), 0, 0))
-    error (_("Unable to kill pid %s"), target_tid_to_str (ptid));
+    error (_("Unable to kill pid %s"), target_pid_to_str (ptid));
 
   if (from_tty)
     printf_filtered (_("Killed %s\n"), target_pid_to_str (ptid));
This page took 0.024139 seconds and 4 git commands to generate.