mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user