diff options
Diffstat (limited to 'loader')
-rw-r--r-- | loader/modules.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/modules.c b/loader/modules.c index 1f9b1d3cd..80cd5c299 100644 --- a/loader/modules.c +++ b/loader/modules.c @@ -312,6 +312,7 @@ static int loadModule(const char * modName, char * path, moduleList modLoaded, } if (mi->major == DRIVER_SCSI) { + startNewt(flags); scsiWindow(modName); popWindow = 1; } @@ -477,7 +478,7 @@ int mlLoadModuleSet(const char * origModNames, if (loadModule(*l, *p, modLoaded, !strcmp(initialList[0], *l) ? args : NULL, modInfo, flags)) { - logMessage("failed to insert %s -- bailing\n", *p); + logMessage("failed to insert %s\n", *p); i++; } } |