Show loading of networks during startup.

Only modules and servers were shown, without explanation which networks
do they belong to.
This commit is contained in:
Alexey Sokolov
2012-08-27 23:08:08 +07:00
parent f80ae4aad6
commit c3f3dddddc

View File

@@ -328,6 +328,8 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
for (subIt = subConf.begin(); subIt != subConf.end(); ++subIt) {
const CString& sNetworkName = subIt->first;
CUtils::PrintMessage("Loading network [" + sNetworkName + "]");
CIRCNetwork *pNetwork = FindNetwork(sNetworkName);
if (!pNetwork) {