From: Doug Evans Date: Fri, 3 Jan 2014 22:34:45 +0000 (-0800) Subject: * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5072219825e11652a4a61da85e6c0785d923640d;p=binutils-gdb.git * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db329959736..bf805ee3bd7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-01-03 Doug Evans + + * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from + output. + 2014-01-01 Joel Brobecker Update year range in copyright notice of all files. diff --git a/gdb/nat/linux-waitpid.c b/gdb/nat/linux-waitpid.c index 86f2287e806..433efe7dd6c 100644 --- a/gdb/nat/linux-waitpid.c +++ b/gdb/nat/linux-waitpid.c @@ -40,7 +40,6 @@ linux_debug (const char *format, ...) va_list args; va_start (args, format); vfprintf (stderr, format, args); - fprintf (stderr, "\n"); va_end (args); } #else