diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 20:48:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 20:48:35 +0000 |
commit | 233372878bf8bdeed89d5839f09842e06c0ec21b (patch) | |
tree | 876e2b21869a6918c02174adf322d7a030d15cba /libdiskfs | |
parent | f9b3c60e5b9a750734b78bd349140ab69100d012 (diff) |
(diskfs_start_bootstrap): Print helpful message before doing anything
else.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/boot-start.c | 3 |
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); |