diff options
author | Justus Winter <justus@gnupg.org> | 2016-05-09 14:37:28 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-05-09 14:37:28 +0200 |
commit | 3d10671fb7db61ca42d7cdd618190eea1a146b7f (patch) | |
tree | a296685fac94d6c3ce8e934ce228c2ee173b3fa2 /startup | |
parent | 736fa7a565e28425220be797235913d0f7b96acd (diff) |
startup: fix blunder
Fixes b04364bc. Thanks to Esa Peuha for spotting this.
* startup/startup.c (run): Fix blunder.
Diffstat (limited to 'startup')
-rw-r--r-- | startup/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startup/startup.c b/startup/startup.c index f90b5245..30984542 100644 --- a/startup/startup.c +++ b/startup/startup.c @@ -401,7 +401,7 @@ run (const char *server, mach_port_t *ports, task_t *task) } if (verbose) - fprintf (stderr, stderr, "started %s\n", prog); + fprintf (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. */ |