forked from Imagelibrary/binutils-gdb
[ARI] Remove trailing new-line in argument of call to warning.
gdb/ChangeLog: * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing new-line in argument of call to "warning".
This commit is contained in:
@@ -1181,7 +1181,7 @@ attach_proc_task_lwp_callback (ptid_t ptid)
|
||||
}
|
||||
else
|
||||
{
|
||||
warning (_("Cannot attach to lwp %d: %s\n"),
|
||||
warning (_("Cannot attach to lwp %d: %s"),
|
||||
lwpid,
|
||||
linux_ptrace_attach_fail_reason_string (ptid,
|
||||
err));
|
||||
|
||||
Reference in New Issue
Block a user