Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning message
[deliverable/binutils-gdb.git] / gdb / nat / fork-inferior.c
index 68b51aa8146806d7b6620a2595278177986db3fd..355e9bef430308e748901d1820748360eeae0c48 100644 (file)
@@ -580,7 +580,7 @@ trace_start_error (const char *fmt, ...)
   va_list ap;
 
   va_start (ap, fmt);
-  warning ("Could not trace the inferior process.\nError: ");
+  warning ("Could not trace the inferior process.");
   vwarning (fmt, ap);
   va_end (ap);
 
This page took 0.027281 seconds and 4 git commands to generate.