bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor bug introduced by commit b04364b


From: Esa Peuha
Subject: Minor bug introduced by commit b04364b
Date: Fri, 6 May 2016 19:39:11 +0300

Most changes in commit b04364b seem to be fine, but this one isn't:

@@ -405,7 +401,7 @@ run (const char *server, mach_port_t *ports, task_t *task)
     }

   if (verbose)
-    fprintf (stderr, "started %s\n", prog);
+    fprintf (stderr, stderr, "started %s\n", prog);

   /* Dead-name notification on the task port will tell us when it dies,
      so we can crash if we don't make it to a fully bootstrapped Hurd.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]