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:
Nick Hibma 2010-11-03 21:10:12 +00:00
parent 8de599ec35
commit 770c6c3310

View File

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