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:
n_hibma 2010-11-03 21:10:12 +00:00
parent c2febddc96
commit 06824871e7

View File

@ -1665,7 +1665,6 @@ LibAliasRefreshModules(void)
if (buf[i] == '#')
continue;
buf[len - 1] = '\0';
printf("Loading %s\n", buf);
LibAliasLoadModule(buf);
}
}