Don't spam the console with loaded modules during boot and/or during
startup of ppp. Note: This cannot be hidden behind bootverbose as this file is included from lib/libalias as well.
This commit is contained in:
parent
8de599ec35
commit
770c6c3310
@ -1665,7 +1665,6 @@ LibAliasRefreshModules(void)
|
||||
if (buf[i] == '#')
|
||||
continue;
|
||||
buf[len - 1] = '\0';
|
||||
printf("Loading %s\n", buf);
|
||||
LibAliasLoadModule(buf);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user