diff options
Diffstat (limited to 'startup/startup.c')
-rw-r--r-- | startup/startup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/startup/startup.c b/startup/startup.c index 34186986..606555d2 100644 --- a/startup/startup.c +++ b/startup/startup.c @@ -246,6 +246,7 @@ notify_shutdown (const char *msg) error_t err; fprintf (stderr, "%s: notifying %s of %s...", program_invocation_short_name, n->name, msg); + fflush (stderr); err = startup_dosync (n->notify_port, 60000); /* 1 minute to reply */ if (err == MACH_SEND_INVALID_DEST) |