From 233372878bf8bdeed89d5839f09842e06c0ec21b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 11 Apr 1996 20:48:35 +0000 Subject: (diskfs_start_bootstrap): Print helpful message before doing anything else. --- libdiskfs/boot-start.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdiskfs') 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); -- cgit v1.2.3