summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index d18d0d93a..818e8458c 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -192,7 +192,7 @@ int main(int argc, char **argv, char **env)
handle_env(env);
spawn_shell();
if (load_modules_dependencies())
- fatal_error("could not open and parse modules dependencies");
+ log_message("warning, could not open and parse modules dependencies");
init_frontend();
ret = method_select_and_prepare();