diff options
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); |