* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.
authorDoug Evans <dje@google.com>
Fri, 3 Jan 2014 22:34:45 +0000 (14:34 -0800)
committerDoug Evans <dje@google.com>
Fri, 3 Jan 2014 22:34:45 +0000 (14:34 -0800)
gdb/ChangeLog
gdb/nat/linux-waitpid.c

index db32995..bf805ee 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-03  Doug Evans  <dje@google.com>
+
+       * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
+       output.
+
 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        Update year range in copyright notice of all files.
index 86f2287..433efe7 100644 (file)
@@ -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