This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [ARI] Remove trailing new-line in argument of call to warning.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f71f0b0d6b1214d4ee8466baa9d98f345de98cbd

commit f71f0b0d6b1214d4ee8466baa9d98f345de98cbd
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Tue Jan 13 14:35:49 2015 +0400

    [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".

Diff:
---
 gdb/ChangeLog   | 5 +++++
 gdb/linux-nat.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6610b77..7ee17d7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
 
+	* linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
+	new-line in argument of call to "warning".
+
+2015-01-13  Joel Brobecker  <brobecker@adacore.com>
+
 	* ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
 	in static block, then try searching for primitive types.
 
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));


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]