aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-01-13 14:35:49 +0400
committerJoel Brobecker <brobecker@adacore.com>2015-01-13 14:38:18 +0400
commitf71f0b0d6b1214d4ee8466baa9d98f345de98cbd (patch)
tree5fd5d83da0d92f4b5de3b7f8eddd8b1fab399f1f /gdb/linux-nat.c
parent04dccad086aa9974fb66f8b5d1c1fb32d5a6ae0e (diff)
downloadgdb-f71f0b0d6b1214d4ee8466baa9d98f345de98cbd.zip
gdb-f71f0b0d6b1214d4ee8466baa9d98f345de98cbd.tar.gz
gdb-f71f0b0d6b1214d4ee8466baa9d98f345de98cbd.tar.bz2
[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".
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r--gdb/linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index 5f2c176b..a8a63cf 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -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));