module type log message

pull/5/head
Tom Early 8 years ago
parent 31cf2ab11d
commit 54e997f079

@ -259,6 +259,7 @@ bool CQnetGateway::read_config(char *cfgFile)
path += '.';
std::string type;
if (cfg.lookupValue(std::string(path+".type").c_str(), type)) {
printf("%s = [%s]\n", std::string(path+".type").c_str(), type.c_str());
rptr.mod[m].defined = true;
if (0 == type.compare("icom")) {
rptr.mod[m].package_version = ICOM_VERSION;

Loading…
Cancel
Save

Powered by TurnKey Linux.