diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-28 21:16:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-28 21:16:57 +0000 |
commit | d5e1bec87efc28b4c0f34e3fd49e1b6643d0a8cc (patch) | |
tree | c6f56a9b1619239fbf4b5de8c22dab0c0587be73 /serverboot/bootstrap.c | |
parent | 5352dd36d2d38516174ff7386fd67956f9a564ef (diff) |
1999-10-28 Roland McGrath <roland@baalperazim.frob.com>
* load.c, bootstrap.c: Back out some debugging printfs accidentally
included in the last commit.
* bootstrap.c (main): Increase size of NEW_ROOT buffer.
This change was included in the last commit, but not logged then.
Diffstat (limited to 'serverboot/bootstrap.c')
-rw-r--r-- | serverboot/bootstrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/serverboot/bootstrap.c b/serverboot/bootstrap.c index 41fe7591..7ac38a2c 100644 --- a/serverboot/bootstrap.c +++ b/serverboot/bootstrap.c @@ -241,8 +241,6 @@ main(argc, argv) panic_init(bootstrap_master_host_port); #endif - printf ("serverboot flags %s root=%s\n", flag_string, root_name); - /* * If the '-a' (ask) switch was specified, or if no |