diff options
Diffstat (limited to 'gdb/nat')
-rw-r--r-- | gdb/nat/linux-ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/linux-ptrace.c b/gdb/nat/linux-ptrace.c index 49a1d01..d4c1b8f 100644 --- a/gdb/nat/linux-ptrace.c +++ b/gdb/nat/linux-ptrace.c @@ -89,7 +89,7 @@ kill_child (pid_t child, const char *who) if (kill (child, SIGKILL) != 0) { - warning (_("%s: failed to kill child pid %ld %s\n"), + warning (_("%s: failed to kill child pid %ld %s"), who, (long) child, safe_strerror (errno)); return; } |