From 0b69b38fbdb995f4932b81ba556ec959a6046f67 Mon Sep 17 00:00:00 2001 From: weissms Date: Wed, 27 Jul 2011 17:28:12 +0000 Subject: [PATCH] At least some debug output giving a hint about what might be wrong. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40369 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/boot/strap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rom/boot/strap.c b/rom/boot/strap.c index 8fddd27fdd..dc18f74111 100644 --- a/rom/boot/strap.c +++ b/rom/boot/strap.c @@ -678,7 +678,7 @@ static AROS_UFH3(int, boot_init, D(bug("[Strap] ExpansionBase 0x%p\n", ExpansionBase)); if( ExpansionBase == NULL ) { - D(bug( "Could not open expansion.library, something's wrong!\n")); + D(bug("Could not open expansion.library, something's wrong!\n")); Alert(AT_DeadEnd | AG_OpenLib | AN_BootStrap | AO_ExpansionLib); } @@ -772,6 +772,8 @@ static AROS_UFH3(int, boot_init, ForeachNode(&ExpansionBase->MountList, bootNode) { PatchBootNode(fsr, bootNode, 0); } + } else { + bug("Could not open FileSystem.resource, booting may fail!\n"); } /* -- 2.11.4.GIT