summaryrefslogtreecommitdiff
path: root/libdiskfs/boot-start.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-11 20:48:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-11 20:48:35 +0000
commit233372878bf8bdeed89d5839f09842e06c0ec21b (patch)
tree876e2b21869a6918c02174adf322d7a030d15cba /libdiskfs/boot-start.c
parentf9b3c60e5b9a750734b78bd349140ab69100d012 (diff)
(diskfs_start_bootstrap): Print helpful message before doing anything
else.
Diffstat (limited to 'libdiskfs/boot-start.c')
-rw-r--r--libdiskfs/boot-start.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c
index 175bde54..c72f3d98 100644
--- a/libdiskfs/boot-start.c
+++ b/libdiskfs/boot-start.c
@@ -82,6 +82,9 @@ diskfs_start_bootstrap ()
struct port_info *bootinfo;
struct protid *rootpi;
+ printf ("Hurd server bootstrap: %s", program_invocation_short_name);
+ fflush (stdout);
+
/* Get the execserver going and wait for its fsys_startup */
mutex_init (&execstartlock);
condition_init (&execstarted);